Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelklishin/gradle-chef-cookbook
A Gradle OpsCode Chef cookbook that provides an up-to-date Gradle version and uses a reasonable license (MIT)
https://github.com/michaelklishin/gradle-chef-cookbook
Last synced: about 1 month ago
JSON representation
A Gradle OpsCode Chef cookbook that provides an up-to-date Gradle version and uses a reasonable license (MIT)
- Host: GitHub
- URL: https://github.com/michaelklishin/gradle-chef-cookbook
- Owner: michaelklishin
- Created: 2012-01-19T22:17:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T09:09:34.000Z (about 8 years ago)
- Last Synced: 2024-05-08T19:22:38.183Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 30.3 KB
- Stars: 10
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradle Chef Cookbook
This is an OpsCode Chef cookbook for [Gradle](http://gradle.org), a modern build tool.
It uses official releases from gradle.org to install Gradle under `/usr/local/gradle`,
provides an `/etc/profile.d` script that prepends Gradle's `bin` directory to the `$PATH`
and allows you to tweak version using Chef node attributes.Unlike some other Chef cookbooks, this cookbook is released under the MIT license.
Feel free to redistribute, use in commercial projects and modify to fit your needs.## Recipes
Main recipe is `gradle::tarball`.
## Attributes
* `[:gradle][:version]` (default: `3.0`): Gradle version to install
* `[:gradle][:home_dir]` (default: `/usr/local/gradle`): directory to install Gradle to## Supported OSes
Debian and Ubuntu (any version that was released in the last few years and provides Groovy package
should work fine).## Dependencies
Tested and used with OpenJDK 8, Oracle JDK 8, OpenJDK 7K.
## Copyright & License
Michael S. Klishin, 2012-2016.
Released under the [MIT license](http://www.opensource.org/licenses/mit-license.php).