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 59cb908f Set idiomatic sbt root name
59cb908f is described below
commit 59cb908fb94e61d8aa4a863002536414c0287410
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 15:25:30 2023 +0200
Set idiomatic sbt root name
---
build.sbt | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sbt b/build.sbt
index 67851f77..c0ba102a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -22,6 +22,7 @@ lazy val `pekko-connectors-kafka` =
.disablePlugins(SitePlugin, MimaPlugin)
.settings(commonSettings)
.settings(
+ name := "pekko-connectors-kafka-root",
publish / skip := true,
ScalaUnidoc / unidoc / unidocProjectFilter := inProjects(core, testkit,
`cluster-sharding`),
onLoadMessage := ProjectSettings.onLoadMessage)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]