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 01db552 commit 321f02fCopy full SHA for 321f02f
scripts/setup.gradle
@@ -29,8 +29,8 @@ nexusPublishing {
29
stagingProfileId = sonatypeStagingProfileId
30
username = ossrhUsername
31
password = ossrhPassword
32
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
33
- 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/"))
34
}
35
36
0 commit comments