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-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new c5d1fb4 Set idiomatic sbt root name
c5d1fb4 is described below
commit c5d1fb4b8f28bb00dd18069f8b60008ebd456bb8
Author: Matthew de Detrich <[email protected]>
AuthorDate: Wed May 3 15:28:37 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 c3eff52..8550c01 100644
--- a/build.sbt
+++ b/build.sbt
@@ -12,7 +12,9 @@ lazy val `pekko-persistence-jdbc` = project
.enablePlugins(ScalaUnidocPlugin)
.disablePlugins(MimaPlugin, SitePlugin)
.aggregate(core, docs, migrator)
- .settings(publish / skip := true)
+ .settings(
+ name := "pekko-persistence-jdbc-root",
+ publish / skip := true)
lazy val core = project
.in(file("core"))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]