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 129befa commit f21fb44Copy full SHA for f21fb44
build.gradle
@@ -135,6 +135,10 @@ nexusPublishing {
135
sonatype {
136
username = System.getenv("SONATYPE_USER")
137
password = System.getenv("SONATYPE_KEY")
138
+
139
+ // See https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
140
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
141
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
142
}
143
144
0 commit comments