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-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 7dc3d3a0 Add sbt-source-dist
7dc3d3a0 is described below
commit 7dc3d3a0011750fa5e9d3db56bbce53f2dfbd10f
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 12:50:26 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 5db28f64..67851f77 100644
--- a/build.sbt
+++ b/build.sbt
@@ -4,6 +4,7 @@ import ProjectSettings.commonSettings
ThisBuild / resolvers ++= ResolverSettings.projectResolvers
ThisBuild / apacheSonatypeProjectProfile := "pekko"
+sourceDistName := "incubating-pekko-connectors-kafka"
TaskKey[Unit]("verifyCodeFmt") := {
javafmtCheckAll.all(ScopeFilter(inAnyProject)).result.value.toEither.left.foreach
{ _ =>
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 8f923e60..7c6926fd 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,6 +1,7 @@
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.9.1")
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.6")
+addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.5")
// discipline
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]