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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7c3a51e  remove stray package from scaladoc (#59)
7c3a51e is described below

commit 7c3a51e09c68aeb59aabfefbd13ea27a0053ab4e
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Apr 26 16:07:19 2023 +0200

    remove stray package from scaladoc (#59)
    
    Update Common.scala
---
 project/Common.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Common.scala b/project/Common.scala
index d0ffdda..f80058e 100644
--- a/project/Common.scala
+++ b/project/Common.scala
@@ -57,7 +57,7 @@ object Common extends AutoPlugin {
         "-doc-version",
         version.value,
         "-skip-packages",
-        "pekko.pattern" // for some reason Scaladoc creates this
+        "org.apache.pekko.pattern" // for some reason Scaladoc creates this
       ),
       Compile / doc / scalacOptions ++= Seq(
         "-doc-source-url", {


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

Reply via email to