Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating Gradle project in eclipse is stuck

I am new to gradle, and I have a problem that the eclipse got stuck when I create a gradle project

This is what I install in my eclipse luna down load eclipse plugin

And I am trying to create a gradle project in eclipse create a gradle projectsample project:java quick start

The process got stuck! enter image description here

PS: I tried I create a new project and create a build.gradle myself and use gradle eclipse to configure the project , and this works fine and I can use this project in eclipse .But I have to type gradle eclipse again when I add some dependencies, or there are compile errors

Please help! Thank you!

like image 852
JaskeyLam Avatar asked Oct 18 '14 11:10

JaskeyLam


1 Answers

The issue may be happening while trying to download and setup gradle build. You can download manually and point eclipse to the same folder.

Eclipse-->Preferences-->Gradle-->Gradle Distribution-->Folder

like image 141
nsbassi Avatar answered Sep 21 '22 14:09

nsbassi