@@ -6,7 +6,11 @@ subprojects {
targetCompatibility = 1.8
repositories {
+ // 阿里云公共仓库
maven { url "https://maven.aliyun.com/repository/public" }
+ // 阿里云 Gradle 插件仓库
+ maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
+ // 官方仓库作为备用
mavenCentral()
}