一、原因
IntelliJ IDEA期待一个the standard Groovy SDK 
 
二、解决方案:
下载安装Groovy就可以了
 
官网下载地址:
 
 
通过包管理工具下载Groovy:

 This tool makes installing Groovy on any Bash platform (Mac OSX, Linux, Cygwin, Solaris or FreeBSD) very easy.

 
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:
$ sdk install groovy
After installation is complete and you've made it your default version, test it with:
$ groovy -version
That's all there is to it!

相关文章:

  • 2021-11-05
  • 2021-07-01
  • 2021-12-02
  • 2021-05-31
  • 2021-08-09
  • 2021-08-03
  • 2022-01-11
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2022-01-15
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2021-07-19
相关资源
相似解决方案