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 f97dd1a commit f86b792Copy full SHA for f86b792
build.gradle
@@ -40,9 +40,8 @@ nexusPublishing {
40
repositories {
41
if (System.getenv("NEXUS_TOKEN_PWD")) {
42
sonatype {
43
- // Publishing to: https://s01.oss.sonatype.org (faster instance)
44
- nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
45
- snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
46
47
username = System.getenv("NEXUS_TOKEN_USER")
48
password = System.getenv("NEXUS_TOKEN_PWD")
0 commit comments