Browse Source

添加阿里仓库

tuonina 6 years ago
parent
commit
d15a631a73
1 changed files with 8 additions and 0 deletions
  1. 8 0
      build.gradle

+ 8 - 0
build.gradle

@@ -64,6 +64,7 @@ subprojects {
     compileJava.dependsOn(processResources)
 
     repositories {
+        maven { url 'https://maven.aliyun.com/repository/public' }
         mavenCentral()
         jcenter()
         maven {
@@ -73,6 +74,13 @@ subprojects {
                 password 'mCl1FI5SVB'
             }
         }
+        maven {
+            credentials {
+                username 'TbLzWL'
+                password 'mCl1FI5SVB'
+            }
+            url 'https://repo.rdc.aliyun.com/repository/33224-snapshot-okrj8B/'
+        }
     }
 
     dependencyManagement {