Skip to content

Commit 552a7b4

Browse files
committed
CI
1 parent f4ab5dd commit 552a7b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ signing {
101101
nexusPublishing {
102102
repositories {
103103
sonatype {
104-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
105-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
104+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
106106
username = System.env.SONATYPE_USERNAME
107107
password = System.env.SONATYPE_PASSWORD
108108
}

0 commit comments

Comments
 (0)