cookbook 'et_gradle', '= 1.0.1'
et_gradle (3) Versions 1.0.1 Follow1
Installs Gradle
cookbook 'et_gradle', '= 1.0.1', :supermarket
knife supermarket install et_gradle
knife supermarket download et_gradle
et_gradle Chef cookbook
This is a Chef cookbook for Gradle, 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.
This cookbook is released under the MIT license. Feel free to redistribute, use in commercial projects and modify to fit your needs.
Recipes
gradle::default
Attributes
-
node['gradle']['version']
(default:2.14
): Gradle version to install -
node['gradle']['home_dir']
(default:/usr/local/gradle
): directory to install Gradle to
Dependencies
Tested and used with OpenJDK 8, Oracle JDK 8, OpenJDK 7.
Copyright & License
Michael S. Klishin, 2012-2015
EverTrue, Inc., 2016
Released under the MIT license.
Foodcritic Metric
1.0.1 failed this metric
FC002: Avoid string interpolation where not required: /tmp/82af97d6a1c3081808851fde/et_gradle/recipes/default.rb:28
1.0.1 failed this metric