Skip to content

Commit be9ad0a

Browse files
authored
remove incubator notice (#1216) (#1235)
* remove incubator notice * rework
1 parent cbf97de commit be9ad0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Paradox.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@ object Paradox {
111111
sourceGeneratorSettings ++
112112
Seq(
113113
Compile / paradox / name := "Pekko",
114-
ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko")
114+
ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko",
115+
Global / pekkoParadoxIncubatorNotice := None)
115116
}

0 commit comments

Comments
 (0)