Browse Source

调整maven库地址

xielq 3 years ago
parent
commit
bf4f0cc841
1 changed files with 7 additions and 7 deletions
  1. 7 7
      build.gradle

+ 7 - 7
build.gradle

@@ -5,12 +5,12 @@ buildscript {
     ext {
         springBootVersion = '1.4.4.RELEASE'
         dockerVersion = '0.12.0'
-        dockerRegistry = "10.10.100.200:5000"
+        dockerRegistry = "10.1.81.48:5000"
     }
     repositories {
         maven { url "https://plugins.gradle.org/m2/" }
-        maven { url "http://maven.ubtob.com/artifactory/libs-release-local" }
-        maven { url "http://maven.ubtob.com/artifactory/libs-snapshot-local" }
+        maven { url "https://maven.ubtob.net/artifactory/libs-release-local" }
+        maven { url "https://maven.ubtob.net/artifactory/libs-snapshot-local" }
         maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
         maven { url "https://repo.spring.io/libs-release" }
         mavenCentral()
@@ -39,9 +39,9 @@ repositories {
     mavenLocal()
     maven { url "https://repo.spring.io/libs-milestone" }
     maven { url "https://repo.spring.io/libs-release" }
-    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 "https://maven.ubtob.net/artifactory/libs-release-local" }
+    maven { url "https://maven.ubtob.net/artifactory/ext-release-local" }
+    maven { url "https://maven.ubtob.net/artifactory/libs-snapshot-local" }
     maven { url "https://maven.aliyun.com/nexus/content/groups/public/" }
     mavenCentral()
 }
@@ -79,7 +79,7 @@ docker {
 uploadArchives {
     repositories {
         mavenDeployer {
-            repository(url: "http://10.10.100.21:8081/artifactory/libs-release-local") {
+            repository(url: "https://maven.ubtob.net/artifactory/libs-release-local") {
                 authentication(userName: "yingp", password: "111111")
             }
         }