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 1e49fbf commit c4de634Copy full SHA for c4de634
build.gradle
@@ -74,9 +74,8 @@ nexusPublishing {
74
repositories {
75
if (System.getenv("NEXUS_TOKEN_PWD")) {
76
sonatype {
77
- // Publishing to: https://s01.oss.sonatype.org (faster instance)
78
- nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
79
- 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/")
80
81
username = System.getenv("NEXUS_TOKEN_USER")
82
password = System.getenv("NEXUS_TOKEN_PWD")
0 commit comments