Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.4 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.4 KB

asdf-ant

Build Lint License

Ant plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add ant
# or
asdf plugin add https://github.com/jackboespflug/asdf-ant.git

ant:

# Show all installable versions
asdf list-all ant

# Install specific version
asdf install ant latest

# Set a version globally (on your ~/.tool-versions file)
asdf global ant latest

# Now ant commands are available
ant -version

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

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Jack Boespflug