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.
2 parents 3206596 + 8abce07 commit 478787aCopy full SHA for 478787a
build.gradle.kts
@@ -39,6 +39,11 @@ allprojects {
39
nexusPublishing {
40
repositories {
41
sonatype()
42
+ sonatype {
43
+ // New Portal OSSRH Staging API endpoints
44
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
45
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
46
+ }
47
}
48
49
0 commit comments