Skip to content

Commit c0a6309

Browse files
committed
staging repo maven
1 parent a9292df commit c0a6309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ publishing {
138138

139139
maven {
140140
name = "MavenCentral"
141-
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
141+
url = uri("https://oss.sonatype.org/service/local/")
142142
credentials {
143143
run {
144144
if (gradle.startParameter.taskNames.find { it.contains("ToMavenCentralRepository") } != null) {

0 commit comments

Comments
 (0)