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 37bd6c4 commit 20034e5Copy full SHA for 20034e5
build.gradle
@@ -101,8 +101,8 @@ nexusPublishing {
101
} else {
102
// 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/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
106
username = System.getenv("SONATYPE_USERNAME")
107
password = System.getenv("SONATYPE_PASSWORD")
108
}
0 commit comments