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/24 18:24:27 UTC

[incubator-pekko-sbt-paradox] branch main updated: Add sbt-source-dist

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new 90e5f51  Add sbt-source-dist
90e5f51 is described below

commit 90e5f5167964207a1146822d12a03db4cfbebc51
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 852dc98..721a61f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,7 @@
 scalaVersion := "2.13.10"
 
 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 29563fd..96b21fa 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.4")
+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