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 6b5dce5 commit 367da4cCopy full SHA for 367da4c
Branch-SDK/build.gradle.kts
@@ -148,12 +148,12 @@ fun getRepositoryPassword(): String {
148
149
fun getReleaseRepositoryUrl(): String {
150
return project.findProperty("RELEASE_REPOSITORY_URL") as? String
151
- ?: "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
+ ?: "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
152
}
153
154
fun getSnapshotRepositoryUrl(): String {
155
return project.findProperty("SNAPSHOT_REPOSITORY_URL") as? String
156
- ?: "https://oss.sonatype.org/content/repositories/snapshots/"
+ ?: "https://central.sonatype.com/repository/maven-snapshots/"
157
158
159
fun getRepositoryUrl(): String {
0 commit comments