Browse Source

修改私有maven库地址

xielq 5 years ago
parent
commit
7810ec9971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sso-server/build.gradle

+ 1 - 1
sso-server/build.gradle

@@ -1,7 +1,7 @@
 buildscript {
     repositories {
         maven { url "https://plugins.gradle.org/m2/" }
-        maven { url 'http://113.105.74.141:8081/artifactory/libs-release-local' }
+        maven { url 'http://10.10.100.21:8081/artifactory/libs-release-local' }
         maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
         jcenter()
     }