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