Skip to content

Commit

Permalink
remove incubator notice (apache#1216)
Browse files Browse the repository at this point in the history
* remove incubator notice

* rework
  • Loading branch information
pjfanning committed Mar 24, 2024
1 parent cbf97de commit 787b3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Paradox.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ object Paradox {
sourceGeneratorSettings ++
Seq(
Compile / paradox / name := "Pekko",
ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko")
ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko",
Global / pekkoParadoxIncubatorNotice := None)
}

0 comments on commit 787b3a2

Please sign in to comment.