当前位置:   article > 正文

gradle配置阿里云镜像_grable配置阿里云镜像

grable配置阿里云镜像

在build.gradle中的repositories加上以下两行

    maven {
    url 'http://maven.aliyun.com/nexus/content/groups/public/' }
    maven{
    url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

  • 1
  • 2
  • 3
  • 4
  • 5

示例:

repositories {
   
    maven {
    url 'http://maven.aliyun.com/nexus/content/groups/public/' }
    maven{
    url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/237449?site
推荐阅读
相关标签
  

闽ICP备14008679号