ggts,新的 groovy 编译器版本在为工作区安装后不适用于项目

ggts, new groovy compiler version not available to project after installing for workspace

使用 GGTS 3.6.4

刚刚安装了Groovy 2.4.1,它出现在Window=>首选项下; Groovy=>编译器,我看到:"You are currently using Groovy Compiler version 2.4.1."

但是,当我转到“项目”=>“属性”时; Groovy编译器,我在"Groovy compile level for project XxxxYyyyyZzzz"下只看到这4个选项:

我希望能够将 2.4 指定为项目的 Groovy 编译器版本,但无法选择!我有 stopped/started GGTS,但无济于事。我能做什么?

尝试更改文件 .settings/org。eclipse.jdt.groovy.core.prefs 无论您的工作区是该项目的什么地方。

设置为:

groovy.compiler.level=24

stop/start 看看是否可行。