Skip to content

Commit

Permalink
Fix removal of incubator footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 24, 2024
1 parent 4ffa03a commit e3a6203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import com.typesafe.sbt.packager.docker._
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "apache-pekko-persistence-cassandra"
sourceDistIncubating := false
Global / pekkoParadoxIncubatorNotice := None

val mimaCompareVersion = "1.0.0"

Expand Down Expand Up @@ -147,7 +146,8 @@ lazy val docs = project
"javadoc.org.apache.pekko.persistence.cassandra.base_url" -> ""), // no Javadoc is published
paradoxGroups := Map("Language" -> Seq("Java", "Scala")),
ApidocPlugin.autoImport.apidocRootPackage := "org.apache.pekko",
apidocRootPackage := "org.apache.pekko")
apidocRootPackage := "org.apache.pekko",
Global / pekkoParadoxIncubatorNotice := None)

Global / onLoad := (Global / onLoad).value.andThen { s =>
val v = version.value
Expand Down

0 comments on commit e3a6203

Please sign in to comment.