Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The specified Gradle installation directory does not appear to contain a Gradle distribution

Tags:

eclipse

gradle

I use Eclipse for JavaEE developer, version 4.5.1 (Mars.1) with Gradle plug-in, Gradle buildship plugin. This is my settings:

enter image description here

I create new Spring starter project (Spring Boot), then I face this error:

enter image description here

Error message:

The specified Gradle installation directory does not appear to contain a Gradle distribution

Please help me resolve this problem. Thank you!

like image 874
Do Nhu Vy Avatar asked Dec 08 '25 06:12

Do Nhu Vy


1 Answers

in gradle wrapper change distribution url the latest one ...it will be solved

like image 95
Ucdemir Avatar answered Dec 09 '25 18:12

Ucdemir