I have Android project with standard build.gradle (also I added android annotations).
Also I installed Gradle plugin (from http://dist.springsource.org/release/GRECLIPSE/e4.3/) to my Eclipse (Kepler) and converted project to Gradle project.
Unfortunately I cannot run Gradle build on my Eclipse (in cmd line everything works).
My question is how to make Eclipse works with Gradle just like with Maven.