Skip to content

Commit 54ca866

Browse files
committed
Don't publish root project artifacts
1 parent a7f7e28 commit 54ca866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ inThisBuild(
1212
resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
1313
)
1414
)
15+
// Don't publish artifacts in the root project
16+
publish / skip := true
1517

1618
lazy val javaNetUrl = project
1719
.withId("java-net-url-stubs")

0 commit comments

Comments
 (0)