在build.gradle
中添加阿里云的镜像仓库
buildscript {
repositories {
maven{ url 'https://maven.aliyun/repository/public/'}
maven{ url 'https://maven.aliyun/repository/google/'}
}
}
allprojects {
repositories {
maven{ url 'https://maven.aliyun/repository/public/'}
maven{ url 'https://maven.aliyun/repository/google/'}
}
}
阿里云其他仓库
https://maven.aliyun/mvn/guide
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754939093a5217836.html
评论列表(0条)