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 e95e32c commit 3877172Copy full SHA for 3877172
build.gradle
@@ -99,7 +99,7 @@ nexusPublishing {
99
allowInsecureProtocol = true
100
}
101
} else {
102
- // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
+ // see https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-central
103
sonatype {
104
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
105
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
0 commit comments