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 a1b5a77 commit cc71858Copy full SHA for cc71858
gradle/promote.gradle
@@ -30,6 +30,10 @@ nexusPublishing {
30
in system environments
31
be sure to set the variable names exactly as above.
32
*/
33
- sonatype()
+ sonatype {
34
+ // New Portal OSSRH Staging API endpoints
35
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
36
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
37
+ }
38
}
39
0 commit comments