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 7338fea commit 03962c2Copy full SHA for 03962c2
build.gradle
@@ -87,6 +87,8 @@ subprojects {
87
nexusPublishing {
88
repositories {
89
sonatype {
90
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
91
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
92
username = sonatypeUsername
93
password = sonatypePassword
94
}
0 commit comments