remove incubator notice (#1216)

* remove incubator notice

* rework
This commit is contained in:
PJ Fanning 2024-03-24 22:38:04 +01:00 committed by GitHub
parent fbd36f4b33
commit ebf5c89a83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
}