Go to file
2022-07-22 09:39:09 +02:00
bin Added latest-stable script in order to fix issues with "milestone" releases 2022-07-22 09:39:09 +02: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.