Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhachicha/sample_gradle_plugin

Sample project demonstrating usage of Gradle plugin
https://github.com/nhachicha/sample_gradle_plugin

Last synced: 3 days ago
JSON representation

Sample project demonstrating usage of Gradle plugin

Awesome Lists containing this project

README

        

Sample Gradle Plugin
====================

Sample project demonstrating usage of Gradle plugin

Written as support material for a talk at [DroidconFR](http://fr.droidcon.com/2014/)

1). build test & publish your plugin into the project local maven repo

```bash
cd plugin
gradle clean uploadArchives
```

2). build the Android sample

```bash
cd app
gradle clean assembleFreeDebug
```