Skip to content

Commit 6b71b17

Browse files
authored
1 parent 8acf94f commit 6b71b17

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

gradle/java-publication.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ nexusPublishing {
9797
repositories {
9898
if (System.getenv('NEXUS_TOKEN_PWD')) {
9999
sonatype {
100-
// Publishing to: https://s01.oss.sonatype.org (faster instance)
101-
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
102-
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
100+
nexusUrl = uri('https://ossrh-staging-api.central.sonatype.com/service/local/')
101+
snapshotRepositoryUrl = uri('https://central.sonatype.com/repository/maven-snapshots/')
103102

104103
username = System.getenv('NEXUS_TOKEN_USER')
105104
password = System.getenv('NEXUS_TOKEN_PWD')

0 commit comments

Comments
 (0)