Skip to content

Commit 8989492

Browse files
committed
Change Nexus URL to fix publish pipeline
1 parent ec23113 commit 8989492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/shipkit.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ nexusPublishing {
2525
sonatype {
2626
username = System.getenv("SONATYPE_TOKEN_USERNAME")
2727
password = System.getenv("SONATYPE_TOKEN_PASSWORD")
28-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
29-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
28+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
29+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)