Go to file
R. Francis Smith 34e1e364cd
Specify bash for install script
There are <<< redirects which are a bash-ism, so we should specify /bin/bash and now we do.
2021-08-09 11:45:16 -05:00
bin Specify bash for install script 2021-08-09 11:45:16 -05:00
.travis.yml testing ahoy 2017-07-20 23:56:52 -05:00
LICENSE Create LICENSE 2017-07-20 23:54:12 -05:00
README.md Update README.md 2020-12-15 14:50:17 -06:00

asdf-gradle

Build Status

gradle plugin for the asdf version manager

Install

asdf plugin-add gradle https://github.com/rfrancis/asdf-gradle.git

Use

Check out the asdf readme for instructions on how to install and manage versions of other tools.

When installing Gradle using asdf install if you not wish to have it check the package signature for whatever reason, you can set no using export GRADLE_SIGNATURE_CHECK=no example:


export GRADLE_SIGNATURE_CHECK=no 

Observation:

  • GRADLE_SIGNATURE_CHECK - yes (for yes, check the signature) is the default

NEEDED: Someone to take over maintenance of this plugin.