Skip to content

Commit 3fcf2be

Browse files
authored
changes sonotype url
1 parent ea6a878 commit 3fcf2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/sonotype.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subprojects {
2121
repositories {
2222
maven {
2323
name = "sonatype"
24-
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
24+
url = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
2525
credentials {
2626
username project.findProperty("sonatypeUsername")
2727
password project.findProperty("sonatypePassword")
@@ -33,4 +33,4 @@ subprojects {
3333
}
3434
}
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)