PrajeenRG / asdf-ant

Apache Ant plugin for asdf-vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-ant Build Lint

ant plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • java - Java runtime is needed, preferably Java 8 or latest.
  • JAVA_HOME: set this environment variable to correctly run the ant tool.

Install

Plugin:

asdf plugin add ant
# or
asdf plugin add ant https://github.com/prajeenrg/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 --help

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 © Prajeen Govardhanam

About

Apache Ant plugin for asdf-vm

License:Other


Languages

Language:Shell 100.0%