Skip to content

Commit

Permalink
Don't publish root project artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Apr 11, 2024
1 parent a7f7e28 commit 54ca866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ inThisBuild(
resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
)
)
// Don't publish artifacts in the root project
publish / skip := true

lazy val javaNetUrl = project
.withId("java-net-url-stubs")
Expand Down

0 comments on commit 54ca866

Please sign in to comment.