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

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

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)