Go to file
R. Francis Smith bf171d1894
Merge pull request #5 from bezarsnba/master
Setting var(GRADLE_SIGNATURE_CHECK) to validate signature or not
2020-12-15 14:48:43 -06:00
bin Seting var(GRADLE_SIGNATURE_CHECK) to validate signature or not 2020-12-15 17:06:59 -03: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 Seting var(GRADLE_SIGNATURE_CHECK) to validate signature or not 2020-12-15 17:06:59 -03: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 and you not have been plan check signature, you can set no using export GRADLE_SIGNATURE_CHECK=no example:


export GRADLE_SIGNATURE_CHECK=no 

Observation:

  • GRADLE_SIGNATURE_CHECK - yes is default.The yes check the signature and no not check the signature

NEEDED: Someone to take over maintenance of this plugin.