We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57c2ee commit aa45dddCopy full SHA for aa45ddd
build.gradle
@@ -103,6 +103,8 @@ if (isMerge || isRelease) {
103
nexusPublishing {
104
repositories {
105
sonatype {
106
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
107
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
108
username = System.getenv('OSSRH_USERNAME')
109
password = System.getenv('OSSRH_PASSWORD')
110
}
0 commit comments