Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhachicha/sample_gradle_plugin
- Owner: nhachicha
- License: apache-2.0
- Created: 2014-09-22T13:44:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-22T14:38:02.000Z (about 10 years ago)
- Last Synced: 2023-03-24T05:51:11.247Z (over 1 year ago)
- Language: Groovy
- Size: 680 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```