Last active
September 28, 2017 13:45
-
-
Save wpsmithtwc/6c5aec7a60cee0f579131f065193c4b9 to your computer and use it in GitHub Desktop.
Install Groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# While I prefer to use brew for mostly everything | |
# SDKMan is a better manager for all things java/groovy | |
# Install and manage via sdkman | |
curl -s "https://get.sdkman.io" | bash | |
# Install a latest version of groovy | |
sdk install groovy | |
# Install a specific version of groovy, e.g., 2.4.9 | |
sdk install groovy 2.4.9 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment