diff --git a/build.gradle b/build.gradle index 4609a945736b885258842406f6e0cc5bd205ca5c..f77041d8ac6a9682f44681efbdb255de8635232b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,10 @@ allprojects { password "123321" } } + // 添加阿里云镜像 + maven{ url 'https://maven.aliyun.com/repository/google'} + maven{ url 'https://maven.aliyun.com/repository/jcenter'} + maven{ url 'https://maven.aliyun.com/repository/central' } } }