Skip to content

Commit 62dbcf8

Browse files
committed
switch maven url
1 parent 40c98c1 commit 62dbcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ publishing {
138138

139139
maven {
140140
name = "MavenCentralSnapshot"
141-
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
141+
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
142142
credentials {
143143
run {
144144
if (gradle.startParameter.taskNames.find { it.contains("ToMavenCentralSnapshotRepository") } != null) {

0 commit comments

Comments
 (0)