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)