Groovy plugin in Gradle - anyone see classNotFound issues with annotations?

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?

See my answer to your question on Stack Overflow.

PS: Please don’t double-post.

@Peter: I asked Tomas to post here so I could import into JIRA.