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 257abc4 commit 4491321Copy full SHA for 4491321
publish.gradle
@@ -51,8 +51,8 @@ signing {
51
nexusPublishing {
52
repositories {
53
sonatype {
54
- nexusUrl.set(uri('https://s01.oss.sonatype.org/service/local/'))
55
- snapshotRepositoryUrl.set(uri('https://s01.oss.sonatype.org/content/repositories/snapshots/'))
+ nexusUrl.set(uri('https://ossrh-staging-api.central.sonatype.com/service/local/'))
+ snapshotRepositoryUrl.set(uri('https://central.sonatype.com/repository/maven-snapshots/'))
56
username.set(System.getenv('MAVEN_USERNAME'))
57
password.set(System.getenv('MAVEN_PASSWORD'))
58
}
0 commit comments