Go to file
R. Francis Smith ffc271c966
Merge pull request #17 from tobiasjc/master
fix: search bash executable by /usr/bin/env
2024-02-04 10:12:27 -06:00
bin fix: search bash executable by /usr/bin/env 2024-02-03 02:13:26 -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 feat: add GRADLE_DISTRIBUTION_URL 2023-02-22 17:41:46 +01: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 

If you want to use a custom distribution url, for example in a corporate setting you can set this:

export GRADLE_DISTRIBUTION_URL=https://services.gradle.org/distributions

Observation:

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

NEEDED: Someone to take over maintenance of this plugin.