We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6a878 commit 3fcf2beCopy full SHA for 3fcf2be
gradle/sonotype.gradle
@@ -21,7 +21,7 @@ subprojects {
21
repositories {
22
maven {
23
name = "sonatype"
24
- url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
+ url = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
25
credentials {
26
username project.findProperty("sonatypeUsername")
27
password project.findProperty("sonatypePassword")
@@ -33,4 +33,4 @@ subprojects {
33
}
34
35
36
-}
+}
0 commit comments