I've installed eclipse gradle plugin from here
http://kaczanowscy.pl/tomek/2010-03/gradle-ide-integration-eclipse-plugin
Is there a simple way to import into eclipse gradle project using gui, not doing stuff
described here: http://gradle.org/docs/current/userguide/eclipse_plugin.html
?
You can do following steps:
2.Click on FIle -> Import ▸ Existing Gradle Project.
Navigate to project root directory.
Click on finish to load your project.
Might be it will take some time for first time to import gradle project. So please be passion on it. Thank you.
Add the following to your build.gradle
and browse to the project directory
Once done, you could import the project from eclipse as simple Java Project.
Open eclipse and right click in the package explorer → import Select gradle Browse to the location where you checked out Click “Build Model” Select all the projects and hit finish
Go to the GitHub page where they are maintain the official repository: https://github.com/spring-projects/eclipse-integration-gradle/blob/master/README.md
Copy the latest release link: http://dist.springsource.com/release/TOOLS/gradle (latest release)
Use this in Eclipse->Help->Install New Software..->Paste the link in "Work With"->press enter->select the names of the extension->click next and agree the license and follow the prompts.
After you have installed just import the project as a grade project and eclipse will take of the rest.
The simpliest way is to use sts gradle integration and import project
http://static.springsource.org/sts/docs/2.7.0.M1/reference/html/gradle/gradle-sts-tutorial.html
Don't forget to click "Build Model" button.
I use another Eclipse plugin to import existing gradle projects.
You can install the Builship Gradle Gntegration 2.0 using the Eclipse Marketplace client.
Then you choose FIle ▸ Import ▸ Existing Gradle Project.
Finially, indicate your project root directory and click finish.