evant / gradle-retrolambda

A gradle plugin for getting java lambda support in java 6, 7 and android
Apache License 2.0
5.3k stars 449 forks source link

Update Retrolambda dependency to latest. #203

Closed JakeWharton closed 8 years ago

JakeWharton commented 8 years ago

This saves 2-4 methods per lambda in generated code.

I realize you can set this manually using the retrolambdaConfig configuration, but I suspect 95% of users of this plugin are not doing that.

vanniktech commented 8 years ago

Dupe of #183

JakeWharton commented 8 years ago

Mine's newer and therefore better. Duh.

JakeWharton commented 8 years ago

Mine also doesn't have 2 commits which are duplicated twice and needless README changes.

evant commented 8 years ago

Haha fair point. I was just going to bump it myself instead of merging that pr.

JakeWharton commented 8 years ago

My fault for not looking first! It was reactionary to learning someone didn't know about retrolambdaConfig to get the latest (which saves a lot!).