Skip to content

Commit c4de634

Browse files
authored
1 parent 1e49fbf commit c4de634

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
@@ -74,9 +74,8 @@ nexusPublishing {
7474
repositories {
7575
if (System.getenv("NEXUS_TOKEN_PWD")) {
7676
sonatype {
77-
// Publishing to: https://s01.oss.sonatype.org (faster instance)
78-
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
79-
snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
77+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
78+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
8079

8180
username = System.getenv("NEXUS_TOKEN_USER")
8281
password = System.getenv("NEXUS_TOKEN_PWD")

0 commit comments

Comments
 (0)