Updates sbt-source-dist
This commit is contained in:
parent
86205dfdda
commit
5e8a278b1b
2 changed files with 3 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue