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 faefe90 commit b4303e6Copy full SHA for b4303e6
build.gradle.kts
@@ -162,8 +162,8 @@ publishing {
162
repositories {
163
maven {
164
name = "maven"
165
- val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2")
166
- val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
+ val releasesRepoUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
+ val snapshotsRepoUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
167
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
168
credentials(PasswordCredentials::class)
169
}
0 commit comments