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 65f73c6 commit 54ae052Copy full SHA for 54ae052
build.gradle
@@ -112,6 +112,10 @@ nexusPublishing {
112
username = System.getenv("SONATYPE_USER")
113
password = System.getenv("SONATYPE_KEY")
114
stagingProfileId = System.getenv('SONATYPE_STAGING_PROFILE')
115
+
116
+ // See https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
117
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
118
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
119
}
120
121
0 commit comments