1、緣由
IntelliJ IDEA期待一個the standard Groovy SDK
2、解決方案:
下載安裝Groovy就能夠了
官網下載地址:
經過包管理工具下載Groovy:
SDKMAN! (The Software Development Kit Manager)
This tool makes installing Groovy on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.html
Simply open a new terminal and enter:
$ curl -s get.sdkman.io | bash
Follow the instructions on-screen to complete installation.
Open a new terminal or type the command:
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
Then install the latest stable Groovy:
After installation is complete and you've made it your default version, test it with:
That's all there is to it!