Updates sbt-source-dist

This commit is contained in:
Matthew de Detrich 2023-02-15 20:31:53 +01:00 committed by Matthew de Detrich
parent 86205dfdda
commit 5e8a278b1b
2 changed files with 3 additions and 4 deletions

View file

@ -5,6 +5,7 @@ ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
scalaVersion := Dependencies.allScalaVersions.head
ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "incubator-pekko"
enablePlugins(
UnidocRoot,
@ -103,11 +104,9 @@ lazy val root = Project(id = "pekko", base = file("."))
docs,
serialversionRemoverPlugin))
.settings(
Compile / headerCreate / unmanagedSources := (baseDirectory.value / "project").**("*.scala").get,
sourceDistName := "incubator-pekko")
Compile / headerCreate / unmanagedSources := (baseDirectory.value / "project").**("*.scala").get)
.settings(PekkoBuild.welcomeSettings)
.enablePlugins(CopyrightHeaderForBuild)
.enablePlugins(SourceDistPlugin)
lazy val actor = pekkoModule("actor")
.settings(Dependencies.actor)

View file

@ -19,7 +19,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.2")
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.1")
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2")