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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 8899ade Set idiomatic sbt root name
8899ade is described below
commit 8899adea56f4b05535b7505d896e9c0e7eca9e8a
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 15:17:46 2023 +0200
Set idiomatic sbt root name
---
build.sbt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 9a0b452..592bc49 100644
--- a/build.sbt
+++ b/build.sbt
@@ -193,7 +193,9 @@ lazy val docs = project
lazy val root = Project(id = "projection", base = file("."))
.aggregate(core, coreTest, testkit, jdbc, slick, cassandra, eventsourced,
kafka, `durable-state`, examples, docs)
- .settings(publish / skip := true)
+ .settings(
+ publish / skip := true,
+ name := "pekko-projection-root")
.enablePlugins(ScalaUnidocPlugin)
.disablePlugins(SitePlugin, MimaPlugin)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]