File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,10 @@ nexusPublishing {
100100 }
101101 } else {
102102 // see https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-central
103- sonatype {
103+ // Also for official doc
104+ // staging repo publishing https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
105+ // snapshot publishing https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods
106+ sonatype {
104107 nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
105108 snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
106109 username = System . getenv(" SONATYPE_USERNAME" )
You can’t perform that action at this time.
0 commit comments