We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ef3c9 commit 42f6d11Copy full SHA for 42f6d11
1 file changed
build.gradle
@@ -352,6 +352,10 @@ nexusPublishing {
352
sonatype {
353
username = System.env.MAVEN_CENTRAL_USER
354
password = System.env.MAVEN_CENTRAL_PASSWORD
355
+ // https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
356
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
357
+ // GraphQL Java does not publish snapshots, but adding this URL for completeness
358
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
359
}
360
361
0 commit comments