Releases: evant/gradle-retrolambda
Releases · evant/gradle-retrolambda
v2.0.0
- Hooks into gradle's incremental compilcation support. This should mean faster build times and less inconsistencies when changing the build script without running clean. To fully take advantage of this you need to use retrolambda 1.4.0+ which is now the default.
v1.3.3: Merge branch 'develop'
- Allow retrolamba plugin to be applied before or after java and android plugins
v1.3.2
v1.3.1: Merge branch 'develop'
- Removed compile property, which didn't work anyway. Use retrolambdaConfig instead.
- Minor error message improvement.