Skip to content

Commit f86b792

Browse files
authored
1 parent f97dd1a commit f86b792

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ nexusPublishing {
4040
repositories {
4141
if (System.getenv("NEXUS_TOKEN_PWD")) {
4242
sonatype {
43-
// Publishing to: https://s01.oss.sonatype.org (faster instance)
44-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
45-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
43+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
44+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
4645

4746
username = System.getenv("NEXUS_TOKEN_USER")
4847
password = System.getenv("NEXUS_TOKEN_PWD")

0 commit comments

Comments
 (0)