Explorar o código

测试发布 3.5.8-SNAPSHOT

hubin hai 1 ano
pai
achega
7c93a4a2c5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

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