We\'re looking at converting our Ant build to Gradle.
In regards to integration with Eclipse, we are looking for (conceptually) equivalent functionality for launch
Interim work-around more palatable to those with command-line phobia.
From Eclipse, use pulldown menu Run / External Tools / External Tools Configurations...
Select "Program" in left navigator panel then click the "New launch configuration" button in the tool bar (first button in my tool bar).
With Main tab selected, fill out the following fields:
Add to Arguments: the switch "-b filename.gradle" if you use a Gradle build file other than "build.gradle".
After this, your developers can use the Run / External Tools or tool bar button to launch the Gradle Gui. They can do this and close it after each use, or (to avoid startup lag), minimize it when not in use.