Is there any Gradle eclipse IDE integration?

Cengiz picture Cengiz · Dec 6, 2011 · Viewed 25k times · Source

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?

Answer

David Resnick picture David Resnick · Dec 6, 2011

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.