Groovy plugin in Gradle - anyone see classNotFound issues with annotations?
Hi, I have described my problem here - http://issues.gradle.org/browse/GRADLE-2647
basically, I’m unable to compile a groovy class that works on groovy-eclipse / maven.
The culprit seems to be an annotation:
@Produces(MediaType.APPLICATION_JSON)
if I change the annotation into a string, it works. Anyone see this before?