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 a1eb7dc commit 4afe41bCopy full SHA for 4afe41b
gradle/publishing.gradle
@@ -4,6 +4,8 @@ nexusPublishing {
4
sonatype {
5
username = project.hasProperty('ossrhUsername') ? project.property('ossrhUsername') : ''
6
password = project.hasProperty('ossrhPassword') ? project.property('ossrhPassword') : ''
7
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
8
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
9
}
10
11
0 commit comments