1
0
Przeglądaj źródła

Merge branch 'master' of csk/wms into master

Scott Chen 4 lat temu
rodzic
commit
5b551cf1ed
1 zmienionych plików z 1 dodań i 1 usunięć
  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/'}