Skip to content

Commit 4713b7d

Browse files
committed
update nexus urls
1 parent 3d23ac7 commit 4713b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/acra-release.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ tasks.register("publish") {
3535
nexusPublishing {
3636
repositories {
3737
sonatype {
38-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
39-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
38+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
39+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4040
username.set(project.findProperty("ossrhUser") as? String ?: System.getenv("OSSRH_USER"))
4141
password.set(project.findProperty("ossrhPassword") as? String ?: System.getenv("OSSRH_PASSWORD"))
4242
}

0 commit comments

Comments
 (0)