Last active
June 15, 2019 13:55
-
-
Save AndreaPaciolla/a53c09101fff697cc2a09f74cb5aa16a to your computer and use it in GitHub Desktop.
How to install groovysdk on macOSX via homebrew
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
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