Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

A Gradle OpsCode Chef cookbook that provides an up-to-date Gradle version and uses a reasonable license (MIT)

Notifications You must be signed in to change notification settings

evertrue/et_gradle-cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, symlinking the binary to /usr/local/bin.

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, OpenJDK 6.

Copyright & License

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

Released under the MIT license.

About

A Gradle OpsCode Chef cookbook that provides an up-to-date Gradle version and uses a reasonable license (MIT)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%