美文网首页
The specified Gradle distributio

The specified Gradle distributio

作者: Rinaloving | 来源:发表于2024-07-21 15:56 被阅读0次

问题

The specified Gradle distribution 'file:/opt/gradle/gradle-6.9.1-all.zip' does not exist.
image.png

解决

把 Gradle Scripts --> gradle-wrapper.properties 里面的 distributionUrl 换成自己的,或者用往上的
image.png
#Tue Oct 18 20:03:54 CST 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip

相关文章

网友评论

      本文标题:The specified Gradle distributio

      本文链接:https://www.haomeiwen.com/subject/ahnshjtx.html