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 f1d2e62 commit c25827bCopy full SHA for c25827b
convention-plugins/src/main/kotlin/convention.publication.gradle.kts
@@ -34,8 +34,8 @@ fun getExtraString(name: String) = ext[name]?.toString()
34
nexusPublishing {
35
repositories {
36
sonatype {
37
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
38
- 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/"))
39
username.set(getExtraString("ossrhUsername"))
40
password.set(getExtraString("ossrhPassword"))
41
}
0 commit comments