Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

et_gradle (3) Versions 1.0.0

Installs Gradle

Policyfile
Berkshelf
Knife
cookbook 'et_gradle', '= 1.0.0', :supermarket
cookbook 'et_gradle', '= 1.0.0'
knife supermarket install et_gradle
knife supermarket download et_gradle
README
Dependencies
Quality 0%

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.

Michael S. Klishin, 2012-2015
EverTrue, Inc., 2016

Released under the MIT license.

Foodcritic Metric
            

1.0.0 failed this metric

FC002: Avoid string interpolation where not required: /tmp/202fc541226c5e4e16867b34/et_gradle/recipes/default.rb:28