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 967456c commit 938f294Copy full SHA for 938f294
deepl-java/build.gradle.kts
@@ -67,8 +67,8 @@ publishing {
67
val mavenUploadUsername: String? by project
68
val mavenUploadPassword: String? by project
69
name = "MavenCentral"
70
- val releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
71
- val snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
+ val releasesRepoUrl = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
+ val snapshotsRepoUrl = "https://central.sonatype.com/repository/maven-snapshots/"
72
url = uri(if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl)
73
credentials {
74
username = mavenUploadUsername
0 commit comments