码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2019-02-02 14:35:16      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:conf   group   com   mave   epo   gradle   aliyun   cal   http   

 

    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

标签:conf   group   com   mave   epo   gradle   aliyun   cal   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!