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 53ff3b4 commit e8e8898Copy full SHA for e8e8898
build.gradle
@@ -98,7 +98,7 @@ nexusPublishing {
98
allowInsecureProtocol = true
99
}
100
} else {
101
- // 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
102
sonatype {
103
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
104
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
0 commit comments