nieqiurong 10 mesi fa
parent
commit
67f7ab7760
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -188,8 +188,8 @@ subprojects {
         repositories {
             maven {
                 name = "OSSRH"
-                def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
-                def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
+                def releasesRepoUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
+                def snapshotsRepoUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
                 url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
 
                 credentials {