Browse Source

Merge branch 'master' of csk/wms into master

Scott Chen 4 years ago
parent
commit
5b551cf1ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -16,9 +16,9 @@ subprojects {
     tasks.withType(JavaCompile) {
         options.encoding = "UTF-8"
     }
-
     repositories {
         mavenLocal()
+        maven {url 'http://maven.youzanyun.com/repository/maven-public/'}
         maven {url 'https://maven.aliyun.com/repository/public/'}
         maven {url 'https://maven.aliyun.com/repository/gradle-plugin/'}
         maven {url 'https://maven.aliyun.com/repository/spring/'}