OctopusGarden
OctopusGarden

Reputation: 1

How do I make my Gradle project automatically built in Eclipse?

I am trying to use Gradle for my Java project. However, it does not automatically build like when I use Maven. Which plugins and settings should I use?

Upvotes: 0

Views: 41

Answers (1)

Leandro Carracedo
Leandro Carracedo

Reputation: 7345

You could use the Gradle Eclipse plugin: http://gradle.org/docs/current/userguide/eclipse_plugin.html
If you are starting your project, maybe you could try STS: http://spring.io/tools/sts

Upvotes: 1

Related Questions