Skip to content

Commit 203bc80

Browse files
committed
Migrate publishing to Sonatype Central
1 parent ab24f7c commit 203bc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ if (System.getenv('GPG_KEY_ID')) {
206206
nexusPublishing {
207207
repositories {
208208
sonatype {
209-
nexusUrl = uri('https://s01.oss.sonatype.org/service/local/')
210-
snapshotRepositoryUrl = uri('https://s01.oss.sonatype.org/content/repositories/snapshots/')
209+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
210+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
211211
stagingProfileId = '3c0bbfe420699e'
212212
username = System.getenv('SONATYPE_USERNAME')
213213
password = System.getenv('SONATYPE_PASSWORD')

0 commit comments

Comments
 (0)