From 112510a571173269421204812e6ab49846ec38cb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 9 Sep 2024 13:41:33 +0100 Subject: [PATCH] remove incubator footer from docs --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index ba951dfd..f5119fc6 100644 --- a/build.sbt +++ b/build.sbt @@ -202,6 +202,7 @@ lazy val docs = project paradoxGroups := Map("Language" -> Seq("Java", "Scala")), paradoxRoots := List("index.html", "getting-started/event-generator-app.html"), apidocRootPackage := "org.apache.pekko", + Global / pekkoParadoxIncubatorNotice := None, Compile / paradoxMarkdownToHtml / sourceGenerators += Def.taskDyn { val targetFile = (Compile / paradox / sourceManaged).value / "license-report.md"