Skip to content

Commit

Permalink
Configured correct sonatype urls
Browse files Browse the repository at this point in the history
  • Loading branch information
j.bebendorf committed Jun 24, 2022
1 parent 0d8d207 commit b9c3167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ nexusPublishing {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
useStaging.set(provider {
VERSION.endsWith("-SNAPSHOT")
!VERSION.endsWith("-SNAPSHOT")
})
}
}
Expand Down

0 comments on commit b9c3167

Please sign in to comment.