idea每次打开gradle项目都要下载 gradle-xx-bin.zip,而且经常下载失败。

解决办法:

修改文件 \gradle\wrapper\gradle-wrapper.properties

 distributionUrl 指向本地的包,然后重新打开项目即可。

idea每次打开gradle项目都要下载 gradle-xx-bin.zip

参考文章: https://www.cnblogs.com/passedbylove/p/11232278.html

相关文章: