We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adc604 commit bf4d166Copy full SHA for bf4d166
1 file changed
build.gradle
@@ -52,12 +52,12 @@ ext {
52
53
getReleaseRepositoryUrl = {
54
return project.hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL
55
- : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ : "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
56
}
57
58
getSnapshotRepositoryUrl = {
59
return project.hasProperty('SNAPSHOT_REPOSITORY_URL') ? SNAPSHOT_REPOSITORY_URL
60
- : "https://oss.sonatype.org/content/repositories/snapshots/"
+ : "https://central.sonatype.com/repository/maven-snapshots/"
61
62
63
getRepositoryUsername = {
@@ -117,4 +117,4 @@ if (JavaVersion.current().isJava8Compatible()) {
117
options.addStringOption('Xdoclint:none', '-quiet')
118
119
120
-}
+}
0 commit comments