Groovy compiler level expected by the project does not match workspace compiler level


My groovy project failing to compile with the following error

Description	Resource	Path	Location	Type
Groovy: compiler mismatch Project level is: 2.5 Workspace level is 2.4
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	example		example	Groovy compiler mismatch problem

1 Answer

5 years ago by

I figured out the issue is with my project settings, changing it back to 2.4 fixed the problem.

Groovy: compiler mismatch Project level is: 2.5 Workspace level is 2.4

5 years ago by VD