If you use the gradle plugin in your eclipse and are trying to import a gradle project, than your home gradle is set to
C: \ Users \ UserName.gradle
In some cases, your import build model will not work due to access rights to your directory.
In this case, you can copy the .gradle directory from the bottom path
C:\Users\UserName\**.gradle**
paste into any directory where you have all permissions and import the project.
In my case, I moved my .gradle-disk to a z-disk and imported the project, which made the build model, and it worked.
Devendra B. Singh Jan 25 '16 at 9:16 2016-01-25 09:16
source share