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


using ggts 3.6.4

just installed groovy 2.4.1, , shows under window=>preferences; groovy=>compiler, , see: "you using groovy compiler version 2.4.1."

however, when go project=>properties; groovy compiler, see these 4 options under "groovy compile level project xxxxyyyyyzzzz":

  • i don't care
  • 2.1
  • 2.3
  • unspecified

i want able designate 2.4 groovy compiler version project, it's not there pick! i've stopped/started ggts, no avail. can do?

try changing file .settings/org.eclipse.jdt.groovy.core.prefs wherever workspace project.

set to:

groovy.compiler.level=24 

stop/start , see if works.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -