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 780060d commit a80afdaCopy full SHA for a80afda
build.gradle
@@ -184,9 +184,8 @@ nexusPublishing {
184
// stagingProfileId.set(System.getenv("OSSRH_STAGING_PROFILE_ID"))
185
username.set(System.getenv("OSSRH_USERNAME"))
186
password.set(System.getenv("OSSRH_PASSWORD"))
187
- // For newer Sonatype accounts (after Feb 2021) use "s01.oss.sonatype.org":
188
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
189
- 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/"))
190
}
191
192
0 commit comments