File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ ext {
52
52
53
53
getReleaseRepositoryUrl = {
54
54
return project. hasProperty(' RELEASE_REPOSITORY_URL' ) ? RELEASE_REPOSITORY_URL
55
- : " https://oss. sonatype.org /service/local/staging/deploy/maven2/"
55
+ : " https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/"
56
56
}
57
57
58
58
getSnapshotRepositoryUrl = {
59
59
return project. hasProperty(' SNAPSHOT_REPOSITORY_URL' ) ? SNAPSHOT_REPOSITORY_URL
60
- : " https://oss .sonatype.org/content/repositories/ snapshots/"
60
+ : " https://central .sonatype.com/repository/maven- snapshots/"
61
61
}
62
62
63
63
getRepositoryUsername = {
@@ -117,4 +117,4 @@ if (JavaVersion.current().isJava8Compatible()) {
117
117
options. addStringOption(' Xdoclint:none' , ' -quiet' )
118
118
}
119
119
}
120
- }
120
+ }
You can’t perform that action at this time.
0 commit comments