首页 > Windows开发 > 详细

gradle repo conf - maven-central.storage-download.googleapis.com

时间:2019-02-02 13:45:39      阅读:197      评论:0      收藏:0      [点我收藏+]

 

    repositories {
        google()
        jcenter()
        maven { // The google mirror is less flaky than mavenCentral()
         url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
            // 添加备用地址 
            artifactUrls "https://maven.aliyun.com/repository/public/"
//         artifactUrls "http://maven.aliyun.com/nexus/content/groups/public/"
        }
        // 添加中央仓库
        mavenCentral()
        mavenLocal()
    }

 

gradle repo conf - maven-central.storage-download.googleapis.com

原文:https://www.cnblogs.com/bluestorm/p/10348207.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!