Bug #1030
Groovy add-on: Not working under Java 7
Start date:
12.04.2013
Due date:
% Done:
100%
Estimated time:
origin:
Description
Problem is that source level must be explicitly specified. Otherwise the default (1.7) will be used which makes the compiler fail, as it cannot generate 1.6 target byte code from that.
Related issues