We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d23ac7 commit 4713b7dCopy full SHA for 4713b7d
buildSrc/src/main/kotlin/acra-release.gradle.kts
@@ -35,8 +35,8 @@ tasks.register("publish") {
35
nexusPublishing {
36
repositories {
37
sonatype {
38
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
39
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
40
username.set(project.findProperty("ossrhUser") as? String ?: System.getenv("OSSRH_USER"))
41
password.set(project.findProperty("ossrhPassword") as? String ?: System.getenv("OSSRH_PASSWORD"))
42
}
0 commit comments