Skip to content

Commit 25cc298

Browse files
committed
Set up the new URLs
1 parent 6e69476 commit 25cc298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish-root.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ nexusPublishing {
2727
stagingProfileId = sonatypeStagingProfileId
2828
username = ossrhUsername
2929
password = ossrhPassword
30-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
31-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
30+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local"))
31+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots"))
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)