Skip to content

Commit d68fa23

Browse files
committed
CI
1 parent 6d7d03b commit d68fa23

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
@@ -89,8 +89,8 @@ signing {
8989
nexusPublishing {
9090
repositories {
9191
sonatype {
92-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
93-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
92+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
93+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
9494
username = System.env.SONATYPE_USERNAME
9595
password = System.env.SONATYPE_PASSWORD
9696
}

0 commit comments

Comments
 (0)