Skip to content

Instantly share code, notes, and snippets.

@wpsmithtwc
Last active September 28, 2017 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpsmithtwc/6c5aec7a60cee0f579131f065193c4b9 to your computer and use it in GitHub Desktop.
Save wpsmithtwc/6c5aec7a60cee0f579131f065193c4b9 to your computer and use it in GitHub Desktop.
Install Groovy
# 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