Issue
I am getting the following error :
'C:\Users\install\Desktop\project\CoMpC2\gradle\wrapper\gradle-wrapper.properties'.
No value with key 'distributionUrl' specified in wrapper properties file 'C:\Users\install\Desktop\project\CoMpC2\gradle\wrapper\gradle-wrapper.properties'.
Solution
It seems like the distributionUrl
is missing in gradle-wrapper.properties of your project. It is shown below:
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-2.10-all.zip
Answered By - Alok Gupta