https://github.com/mageddo/gradle-examples
Simple gradle didact examples
https://github.com/mageddo/gradle-examples
Last synced: 9 months ago
JSON representation
Simple gradle didact examples
- Host: GitHub
- URL: https://github.com/mageddo/gradle-examples
- Owner: mageddo
- Created: 2016-03-06T12:50:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T16:07:28.000Z (over 3 years ago)
- Last Synced: 2025-08-01T12:43:53.069Z (10 months ago)
- Language: Groovy
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indtroduction
Here are some gradle didact usage examples, the explain are on `README.md`
# Running
Choose one of the examples to test, enter in the directory and execute gradle using the wrapper, e.g
```bash
$ cd gradle-10-parameters
$ ../gradlew printParameter
```
# Credits
* This tutorial was based on [vogella gradle tutorial](http://www.vogella.com/tutorials/Gradle/article.html)
* [Map examples](http://grails.asia/groovy-map-tutorial)