Skip to content

Commit c9d0aee

Browse files
authored
Migrate from OSSRH to Portal (#298)
1 parent 4c0f716 commit c9d0aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ nexusPublishing {
218218
packageGroup = 'com.nordstrom'
219219
repositories {
220220
ossrh {
221-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
222-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
221+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
222+
snapshotRepositoryUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots/"))
223223
if (project.hasProperty('ossrhStagingProfileId')) {
224224
stagingProfileId = ossrhStagingProfileId
225225
}

0 commit comments

Comments
 (0)