瀏覽代碼

修改maven仓库地址

chenw 5 年之前
父節點
當前提交
2169b7af0d
共有 1 個文件被更改,包括 4 次插入4 次删除
  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")
             }
         }