File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,13 @@ repositories {
1717group = " com.authzed.api"
1818version = findProperty(" release" ) ?: " 0.0.0-SNAPSHOT"
1919
20- nexusPublishing { repositories { sonatype {
21- // If registered in Sonatype after 24 Feb 2021, you must explicitly configure these:
22- nexusUrl. set(uri(" https://s01.oss.sonatype.org/service/local/" ))
23- snapshotRepositoryUrl. set(uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ))
20+ nexusPublishing {
21+ repositories {
22+ sonatype {
23+ // Docs here:
24+ // https://github.com/gradle-nexus/publish-plugin?tab=readme-ov-file#publishing-to-maven-central-via-sonatype-central
25+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
26+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
2427}}}
2528
2629publishing {
You can’t perform that action at this time.
0 commit comments