koul 5 years ago
parent
commit
c28c7c1aaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -8,10 +8,10 @@ buildscript {
         dockerRegistry = "10.10.100.200:5000"
     }
     repositories {
-        maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
         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 "http://maven.aliyun.com/nexus/content/groups/public/" }
         maven { url "https://repo.spring.io/libs-release" }
         mavenCentral()
         jcenter()