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 6b0ce2f commit 6f35530Copy full SHA for 6f35530
build.gradle
@@ -56,6 +56,7 @@ version = pluginVersion
56
nexusPublishing {
57
repositories {
58
sonatype {
59
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
60
stagingProfileId = System.getenv('MAVEN_STAGING_PROFILE_ID')
61
username = System.getenv('MAVEN_REPO_USER')
62
password = System.getenv('MAVEN_REPO_PASSWORD')
0 commit comments