We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2530bab commit 62bf800Copy full SHA for 62bf800
build.gradle
@@ -104,7 +104,10 @@ nexusPublishing {
104
}
105
} else {
106
// see https://github.com/gradle-nexus/publish-plugin#publishing-to-maven-central-via-sonatype-central
107
- sonatype {
+ // Also for official doc
108
+ // staging repo publishing https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/#configuration
109
+ // snapshot publishing https://central.sonatype.org/publish/publish-portal-snapshots/#publishing-via-other-methods
110
+sonatype {
111
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
112
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
113
username = System.getenv("SONATYPE_USERNAME")
0 commit comments