We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f7e28 commit 54ca866Copy full SHA for 54ca866
build.sbt
@@ -12,6 +12,8 @@ inThisBuild(
12
resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
13
)
14
15
+// Don't publish artifacts in the root project
16
+publish / skip := true
17
18
lazy val javaNetUrl = project
19
.withId("java-net-url-stubs")
0 commit comments