Closed
Description
According to the documentation, the 'compile' property can be used to configure the path to the 'retrolambda.jar' that will be used, but it's unclear what this actually means. I'd like to test a fix in retrolambda 1.1.4 (which fixes issue luontola/retrolambda#13), but I ran into these issues:
- Maven central doesn't have either retrolambda 1.1.3 or retrolambda 1.1.4.
- Setting the property to
compile "net.orfjackal.retrolambda:retrolambda:1.1.1"
(which is available in maven), didn't actually cause that version to be used. - Compiling retrolambda myself and setting the property to the absolute path of the 'retrolambda.jar' I'd built also had no effect, as retrolambda 1.1.2 was still used.
I assume this issue can probably be fixed by having some more explicit examples in the documentation, though I'm not sure who's responsible for deploying the retrolambda artifact to Maven Central?