diff --git a/build.sbt b/build.sbt index 53baaefbb2..3a3f520ecc 100644 --- a/build.sbt +++ b/build.sbt @@ -17,12 +17,6 @@ ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec) sourceDistName := "apache-pekko" sourceDistIncubating := true -commands := commands.value.filterNot { command => - command.nameOption.exists { name => - name.contains("sonatypeRelease") || name.contains("sonatypeBundleRelease") - } -} - ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo ThisBuild / pekkoCoreProject := true diff --git a/project/plugins.sbt b/project/plugins.sbt index 9338596b2e..918787f5ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,7 +26,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11") -addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1") +addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.2") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0") addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")