File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,11 @@ nexusPublishing {
8181 // staging repo publishing https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
8282 // snapshot publishing https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods
8383 sonatype {
84+ // see https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
85+ // see https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-central
86+ // Also for official doc
87+ // staging repo publishing https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
88+ // snapshot publishing https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods
8489 nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
8590 snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
8691
You can’t perform that action at this time.
0 commit comments