File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11v0.76.3
22
3+ - Update Java publishing job to use new endpoint for Maven Central uploads.
Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ nexusPublishing {
130130 sonatype {
131131 username = project. findProperty(' sonatypeUsername' ) ?: " "
132132 password = project. findProperty(' sonatypePassword' ) ?: " "
133+ // This is the recommended configuration from the README for the plugin we use, gradle-nexus/publish-plugin.
134+ // The URLs are from https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
135+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
136+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
133137 }
134138 }
135139}
You can’t perform that action at this time.
0 commit comments