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 a7d2cfb commit c69e05cCopy full SHA for c69e05c
build.gradle
@@ -41,6 +41,8 @@ nexusPublishing {
41
packageGroup = 'com.gluonhq'
42
repositories {
43
sonatype {
44
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
45
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
46
username = project.hasProperty('sonatypeUsername') ? project.property('sonatypeUsername') : ''
47
password = project.hasProperty('sonatypePassword') ? project.property('sonatypePassword') : ''
48
}
0 commit comments