I am using grails 2.3.4
with the eclipse grails plugin(GGTS)
. However, after installation I created a project and got:
Description Resource Path Location Type
Groovy: compiler mismatch Project level is: 2.1 Workspace level is 1.8
Groovy compiler level expected by the project does not match workspace compiler level.
Go to Project properties -> Groovy compiler to set the Groovy compiler level for this project test test Groovy compiler mismatch problem
I tried to change the compiler preferences but nothing changes...
I really appreciate your answer!