We're using gradle for builds, but writing with Eclipse. I have retrolambda working fine, eclipse sees the lambda syntax and is OK, gradle builds and runs perfectly.
The pnly problem is that Eclipse marks the files as having errors, with the 'p' of 'package' underlined in red, with the error
'The type java.lang.invoke.MethodHandles cannot be resolved. It is indirectly referenced from required .class files'
Anyone know how to get rid of this?