We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec23113 commit 3058e79Copy full SHA for 3058e79
gradle/shipkit.gradle
@@ -25,8 +25,8 @@ nexusPublishing {
25
sonatype {
26
username = System.getenv("SONATYPE_TOKEN_USERNAME")
27
password = System.getenv("SONATYPE_TOKEN_PASSWORD")
28
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
29
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
30
}
31
32
0 commit comments