android-retrolambda-lombok icon indicating copy to clipboard operation
android-retrolambda-lombok copied to clipboard

maven + retrolambda + lint

Open athkalia opened this issue 10 years ago • 1 comments

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

athkalia avatar Nov 14 '15 00:11 athkalia

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.

evant avatar Dec 07 '15 02:12 evant