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 1
1
v0.76.3
2
2
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 {
130
130
sonatype {
131
131
username = project. findProperty(' sonatypeUsername' ) ?: " "
132
132
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/" ))
133
137
}
134
138
}
135
139
}
You can’t perform that action at this time.
0 commit comments