Skip to content

Commit

Permalink
Use s01.oss.sonatype.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas authored and asm0dey committed Sep 15, 2023
1 parent a815b7a commit 06fbb60
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ nexusPublishing {
// Configure maven central repository
// https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-ossrh
repositories {
sonatype()
sonatype { //only for users registered in Sonatype after 24 Feb 2021
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit 06fbb60

Please sign in to comment.