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 4c0f716 commit c9d0aeeCopy full SHA for c9d0aee
build.gradle
@@ -218,8 +218,8 @@ nexusPublishing {
218
packageGroup = 'com.nordstrom'
219
repositories {
220
ossrh {
221
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
222
- 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://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"))
223
if (project.hasProperty('ossrhStagingProfileId')) {
224
stagingProfileId = ossrhStagingProfileId
225
}
0 commit comments