evant / android-retrolambda-lombok

A modified version of lombok ast that allows lint to run on java 8 sources without error.
MIT License
175 stars 7 forks source link

Best place to get upstream changes. #3

Open evant opened 9 years ago

evant commented 9 years ago

Right now I'm using https://github.com/tnorbye/lombok.ast which I found from a pull request on the lombok ast project. Is there a better upstream somwhere of what changes google is making to it to work with lint?

mlc commented 9 years ago

there are some diffs and whatnot in https://android.googlesource.com/platform/prebuilts/tools/+/master/common/lombok-ast but that seems a bit awkward to maintain

evant commented 9 years ago

Thanks! I'll look at the diffs to see what's different.