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 c9123b1 commit eedf42eCopy full SHA for eedf42e
scripts/publish-root.gradle
@@ -36,6 +36,8 @@ if (snapshot) {
36
nexusPublishing {
37
repositories {
38
sonatype {
39
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
40
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
41
stagingProfileId = sonatypeStagingProfileId
42
username = ossrhUsername
43
password = ossrhPassword
0 commit comments