Sample project demonstrating usage of Gradle plugin
Written as support material for a talk at DroidconFR
1). build test & publish your plugin into the project local maven repo
cd plugin
gradle clean uploadArchives
2). build the Android sample
cd app
gradle clean assembleFreeDebug