cookbook 'gradle', '= 1.4.0'
gradle (4) Versions 1.4.0 Follow6
Installs/Configures Gradle
cookbook 'gradle', '= 1.4.0', :supermarket
knife supermarket install gradle
knife supermarket download gradle
gradle cookbook
Requirements
Platform
- Ubuntu, Debian
Dependencies
The following cookbooks are dependencies:
- Java - gradle requires the JVM to work.
- ark - Used to unpack and install the Gradle tarball.
Usage
Simply include the recipe where you want Gradle to be installed.
Attributes
- default[:gradle][:version] defaults to 1.4
- default[:gradle][:home] defaults to /usr/local/gradle
- default[:gradle][:url] the download url for the gradle binary zip
- default[:gradle][:checksum] the checksum for the gradle binary zip downloaded in the url
Recipes
- default Will install Gradle into the proper location, modify PATH and define GRADLE_HOME.
Author
Olle Hallin (olle.hallin@crisp.se)
Dependent cookbooks
java >= 0.0.0 |
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.