This is an automated email from the ASF dual-hosted git repository. mdedetrich pushed a commit to branch add-sbt-source-dist in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git
commit da69140943a7be6c135fecf36ec2f17836dd9df8 Author: Matthew de Detrich <[email protected]> AuthorDate: Sat Feb 18 12:36:50 2023 +0100 Add sbt-source-dist --- build.sbt | 1 + project/plugins.sbt | 1 + 2 files changed, 2 insertions(+) diff --git a/build.sbt b/build.sbt index 3522079..e9ba872 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,7 @@ scalaVersion := "2.13.10" licenses += "Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html") ThisBuild / apacheSonatypeProjectProfile := "pekko" +sourceDistName := "incubator-pekko-sbt-paradox" lazy val publishSettings = Seq( startYear := Some(2023), diff --git a/project/plugins.sbt b/project/plugins.sbt index a2ac190..4a99501 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,3 +4,4 @@ addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.3") +addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
