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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new 5956a92b Add sbt-source-dist
5956a92b is described below
commit 5956a92b98ea44e1a13a3c84975edd3d8b6db687
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 12:58:52 2023 +0200
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 1b5b4367..4fac6dac 100644
--- a/build.sbt
+++ b/build.sbt
@@ -6,6 +6,7 @@ import com.typesafe.tools.mima.core._
import sbt.Keys.scalaVersion
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-grpc"
val pekkoPrefix = "pekko-grpc"
val pekkoGrpcRuntimeName = s"$pekkoPrefix-runtime"
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4d6d9444..e0a20e2c 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -17,6 +17,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
// allow access to snapshots for pekko-sbt-paradox
resolvers += "Apache Nexus
Snapshots".at("https://repository.apache.org/content/repositories/snapshots/")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]