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 0c0a32f commit c4cea59Copy full SHA for c4cea59
build.gradle
@@ -101,6 +101,8 @@ if (isMerge || isRelease) {
101
nexusPublishing {
102
repositories {
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/"))
106
username = System.getenv('OSSRH_USERNAME')
107
password = System.getenv('OSSRH_PASSWORD')
108
}
0 commit comments