Skip to content

Commit 848d2f1

Browse files
committed
Sonatype URLs
1 parent b1d7a76 commit 848d2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ publishing {
135135
repositories {
136136
maven {
137137
name = "ossrh"
138-
val releasesRepoUrl = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
139-
val snapshotsRepoUrl = uri("https://oss.sonatype.org/content/repositories/snapshots")
138+
val releasesRepoUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
139+
val snapshotsRepoUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots")
140140
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
141141
credentials {
142142
username = System.getenv("OSSRH_USERNAME")

0 commit comments

Comments
 (0)