My groovy file contains:
@Grapes([
@Grab('org.codehaus.groovy.modules.http-builder:http-builder:0.7'),
@Grab('org.apache.httpcomponents:httpmime:4.5.1')
])
.......code
I am trying to compile groovy and java code. But I am getting below error:
java.lang.RuntimeException: Transform groovy.grape.GrabAnnotationTransformation@69bda33a cannot be run
This works for me, note that I did change HttpBuilder to v.0.7.1: