Reputation: 1
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
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