Gradle and Android Tooling with Eclipse
Gradle by Nodeclipse/Enide
There were no recommended code style for Gradle, so there are some ideas:
-
Put plugin configuration right after
apply, e.g.apply plugin: 'application' mainClassName = "com.example.MainClass"