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.
2 parents 3374a27 + cbac526 commit ab7a071Copy full SHA for ab7a071
gradle/publish-root.gradle
@@ -13,6 +13,7 @@ nexusPublishing {
13
14
repositories {
15
sonatype {
16
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
17
stagingProfileId = System.env.SONATYPE_STAGING_PROFILE_ID
18
username = System.env.OSSR_USERNAME
19
password = System.env.OSSR_PASSWORD
0 commit comments