android-retrolambda-lombok
android-retrolambda-lombok copied to clipboard
maven + retrolambda + lint
Hello,
lovely tool! I am wondering if you know how I can run this with maven, and the android maven plugin, that has a built in lint goal
Cheers, Sakis
Sorry, I missed this, but no, I'm not sure how this would work with maven. It takes advantage of the fact that the android gradle plugin pulls in certain dependencies for lint and replaces one of those dependencies. Someone would have to figure out how the maven plugin does it and replace it in a different way. I would guess that it would use the version in the sdk tools at android-sdk/tools/lib/lombok-ast-0.2.3.jar so you could try replacing that, though this isn't something I've tested.