赞
踩
在中国使用 Gradle 时,可以配置使用一些国内的镜像源,以提高下载速度和稳定性。以下是几个常用的 Gradle 镜像源地址:
配置 gradle-wrapper.properties 文件:
阿里云:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
华为云:
distributionUrl=https\://mirrors.huaweicloud.com/gradle/gradle-7.2-all.zip
清华大学:
distributionUrl=https\://mirrors.tuna.tsinghua.edu.cn/gradle/gradle-7.2-all.zip
你可以在项目的 gradle-wrapper.properties
文件中设置 distributionUrl
使用这些镜像源地址。例如:
distributionUrl=https\://mirrors.huaweicloud.com/gradle/gradle-7.2-all.zip
使用这些国内镜像源可以显著提高 Gradle 的下载速度
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。