Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Gradle eclipse IDE integration? [closed]

i'm looking for an eclipse ide integration for gradle. I've installed the gradle editor from
http://www.breskeby.com/downloads/gradle/eclipse/update/

But this is far away from what i expect from an ide integration. It provides only some syntax highlighting. No auto completion, error mark, task list, etc.

Is there any real ide integration for eclipse?

like image 798
Cengiz Avatar asked Dec 06 '11 08:12

Cengiz


People also ask

Does Gradle have IDE integration?

Gradle can be integrated with many different third-party tools such as IDEs and continuous integration platforms.

Can we use Gradle in Eclipse?

In the Eclipse IDE, you can execute tasks from the Gradle Tasks view.

How do I know if Gradle is installed in Eclipse?

1 Answer. Show activity on this post. Select 'Help > About Eclipse' (on Macs this is 'Eclipse > About Eclipse'). Click the 'Installation Details' button to display the installation details dialog.


2 Answers

The SpringSource Tool Suite includes Gradle support.

See http://static.springsource.org/sts/docs/2.7.0.M1/reference/html/gradle/faq.html for some information, though it is a bit out-of-date. Better support was added in STS 2.8.0.

http://www.springsource.com/landing/best-development-tool-enterprise-java for downloading STS.

You can install STS into your Eclipse installation and Gradle support along with it, if you don't want to start from the STS release.

like image 185
David Resnick Avatar answered Oct 17 '22 12:10

David Resnick


Looks like the STS team extracted the plugin into stand alone module https://github.com/SpringSource/eclipse-integration-gradle/

like image 42
mohamed.ibrahim Avatar answered Oct 17 '22 11:10

mohamed.ibrahim