Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 891 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 891 Bytes

asdf-groovy

Build Status

Groovy plugin for asdf version manager

Install

asdf plugin-add groovy https://github.com/weibemoura/asdf-groovy.git

Requirements

Java

Java is required. It can be installed using the asdf java plugin.

JAVA_HOME

The plugin requires JAVA_HOME to be exported. For your convenience, it exports it for you using asdf but if you use the JAVA_HOME export feature of asdf-java or export it yourself, you can disable this functionality by:

export ASDF_GROOVY_DISABLE_JAVA_HOME_EXPORT=true

Use

Check asdf readme for instructions on how to install & manage versions of Groovy.