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 11902f9 commit caafffaCopy full SHA for caafffa
build.gradle
@@ -61,6 +61,10 @@ allprojects {
61
nexusPublishing {
62
repositories {
63
sonatype {
64
+ // Ref: https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
65
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
66
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
67
+
68
username = System.getenv('SONATYPE_NEXUS_USERNAME') ?: ''
69
password = System.getenv('SONATYPE_NEXUS_PASSWORD') ?: ''
70
}
0 commit comments