This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 64fd8ac87 Cleanup and fix regressions for Scaladoc
64fd8ac87 is described below

commit 64fd8ac872f11e1629e22333b6c96be325ce02db
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri May 26 16:23:42 2023 +0200

    Cleanup and fix regressions for Scaladoc
---
 project/Doc.scala | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/project/Doc.scala b/project/Doc.scala
index 24a7940a3..4c7f9287e 100644
--- a/project/Doc.scala
+++ b/project/Doc.scala
@@ -74,7 +74,6 @@ object Scaladoc extends AutoPlugin {
       "-doc-title", "Apache Pekko HTTP",
       "-doc-version", ver,
       // Workaround https://issues.scala-lang.org/browse/SI-10028
-      "-skip-packages", "org.apache.pekko.pattern:org.specs2",
       "-doc-canonical-base-url", 
"https://pekko.apache.org/api/pekko-http/current/";) ++
       plugins.map(plugin => "-Xplugin:" + plugin) ++
       // Workaround https://issues.scala-lang.org/browse/SI-10028
@@ -82,7 +81,7 @@ object Scaladoc extends AutoPlugin {
          // https://github.com/lampepfl/dotty/issues/14939
          List("-skip-packages:org.apache.pekko.pattern:org.specs2")
        else
-         List("-skip-packages", "org.apache.pekko:org.specs2"))
+         List("-skip-packages", "org.apache.pekko.pattern:org.specs2"))
     CliOptions.scaladocDiagramsEnabled.ifTrue("-diagrams").toList ::: opts
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to