You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/02/18 11:36:59 UTC

[incubator-pekko-sbt-paradox] 01/01: Add sbt-source-dist

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 <ma...@aiven.io>
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: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org