All Projects → nhachicha → sample_gradle_plugin

nhachicha / sample_gradle_plugin

Licence: Apache-2.0 License
Sample project demonstrating usage of Gradle plugin

Programming Languages

groovy
2714 projects
java
68154 projects - #9 most used programming language

Sample Gradle Plugin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].