Browse Source

修改maven仓库地址

chenw 5 years ago
parent
commit
2169b7af0d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      build.gradle

+ 4 - 4
build.gradle

@@ -37,9 +37,9 @@ repositories {
     mavenLocal()
     maven { url "http://repo.spring.io/libs-milestone" }
     maven { url "http://repo.spring.io/libs-release" }
-	maven { url "http://10.10.101.21:8081/artifactory/libs-release-local" }
-	maven { url "http://10.10.101.21:8081/artifactory/ext-release-local" }
-    maven { url "http://10.10.101.21:8081/artifactory/libs-snapshot-local" }
+	maven { url "http://10.10.100.21:8081/artifactory/libs-release-local" }
+	maven { url "http://10.10.100.21:8081/artifactory/ext-release-local" }
+    maven { url "http://10.10.100.21:8081/artifactory/libs-snapshot-local" }
     maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
     mavenCentral()
 }
@@ -75,7 +75,7 @@ docker {
 uploadArchives {
     repositories {
         mavenDeployer {
-            repository(url: "http://10.10.101.21:8081/artifactory/libs-release-local") {
+            repository(url: "http://10.10.100.21:8081/artifactory/libs-release-local") {
                 authentication(userName: "yingp", password: "111111")
             }
         }