We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd36f4 commit ebf5c89Copy full SHA for ebf5c89
1 file changed
project/Paradox.scala
@@ -111,5 +111,6 @@ object Paradox {
111
sourceGeneratorSettings ++
112
Seq(
113
Compile / paradox / name := "Pekko",
114
- ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko")
+ ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko",
115
+ Global / pekkoParadoxIncubatorNotice := None)
116
}
0 commit comments