Skip to content

Commit 8c62484

Browse files
ci: fix Maven Central URL
1 parent bed582e commit 8c62484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepl-java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ publishing {
5555
val mavenUploadUsername: String? by project
5656
val mavenUploadPassword: String? by project
5757
name = "MavenCentral"
58-
val releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
59-
val snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
58+
val releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
59+
val snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
6060
url = uri(if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl)
6161
credentials {
6262
username = mavenUploadUsername

0 commit comments

Comments
 (0)