| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| // https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration | ||
| nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) | ||
| // GraphQL Java does not publish snapshots, but adding this URL for completeness | ||
| snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) |
There was a problem hiding this comment.
We didn't need to specify these URLs before, because we were using the default (and soon to be sunsetted) URLs
Sorry, something went wrong.
Test Results 318 files 318 suites 2m 30s ⏱️ Results for commit 48c8941. ♻️ This comment has been updated with latest results. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Part 2 of #3956
Sonatype is changing their publishing API. We have to do 2 things before 30 June 2025, the first was to register our namespace (already done), the second is to switch over to the new URL (this PR).
Note: new auth tokens should be added before merging in this PR.
Sonatype documentation: https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration. Cross-referenced with Gradle publish plugin documentation https://github.com/gradle-nexus/publish-plugin/blob/master/README.md#publishing-to-maven-central-via-sonatype-central
From the documentation: