We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d8a4f commit a379dfcCopy full SHA for a379dfc
build.gradle
@@ -106,6 +106,8 @@ signing {
106
nexusPublishing {
107
repositories {
108
sonatype {
109
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
110
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
111
username = project.hasProperty('sonatypeUsername') ? project.property('sonatypeUsername') : ''
112
password = project.hasProperty('sonatypePassword') ? project.property('sonatypePassword') : ''
113
}
0 commit comments