Skip to content

Instantly share code, notes, and snippets.

@AndreaPaciolla
Last active June 15, 2019 13:55
Show Gist options
  • Save AndreaPaciolla/a53c09101fff697cc2a09f74cb5aa16a to your computer and use it in GitHub Desktop.
Save AndreaPaciolla/a53c09101fff697cc2a09f74cb5aa16a to your computer and use it in GitHub Desktop.
How to install groovysdk on macOSX via homebrew
1. Install groovysdk:
brew remove groovy
brew install groovysdk
2. Set GROOVY_HOME, otherwise Intellij reports as broken installation:
export GROOVY_HOME=/usr/local/opt/groovysdk/libexec
3. Point IntelliJ to the installed directory, e.g.: /usr/local/Cellar/groovysdk/2.5.7/libexec
### thanks to https://stackoverflow.com/questions/41110256/how-do-i-tell-intellij-about-groovy-installed-with-brew-on-osx?answertab=active#tab-top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment