Skip to content

Commit dccbe6a

Browse files
committed
Don't publish the root project
1 parent e5f92b5 commit dccbe6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ lazy val root = project.in(file("."))
6161
.aggregate(scalajavatimeJVM, scalajavatimeJS)
6262
.settings(commonSettings: _*)
6363
.settings(
64-
name := "scalajavatime",
64+
name := "scala-java-time",
6565
// No, SBT, we don't want any artifacts for root.
6666
// No, not even an empty jar.
6767
publish := {},
6868
publishLocal := {},
69+
publishArtifact := false,
6970
Keys.`package` := file(""))
7071

7172
lazy val tzDbSettings = Seq(

0 commit comments

Comments
 (0)