I am trying to develop a bundle using Groovy. We have tried with Groovy versions 2.4.16 and 2.5.6.
When building using Maven, I get an error when trying to use the annotation @ObjectClassDefinition .
The error says "unexpected token".
The same annotation works without error when using Java 8.
Does anyone know if this can be remedied?