Releases: evant/gradle-retrolambda
Releases · evant/gradle-retrolambda
v2.5.0
- A more robust fix for android-apt compatibility. Important: If you were experiencing issues with
android-apt previously and updated to this version, you must rungradle build --rerun-tasks
once. - Deprecate plugin name 'retrolambda' for 'me.tatarka.retrolambda' in preparation to publishing on
the gradle plugin portal.
v2.4.1
v2.4.0: Merge branch 'develop'
- Better incremental compile method that doesn't break lint and proguard (and
probably other tasks). Because of this,retrolambda.incremental
is deprecated
and does nothing. - Better handling of manually setting the retrolamba version with
retrolambConfig
. - Don't use the retrolambda javaagent if using version
1.6.0+
. - Set the default retrolambda version to
1.6.0
.
v2.3.1
v2.3.0: Merge branch 'develop'
- Add ability to set
retrolambda.incremental false
to disable incremental compilation, since it is
incompatible with android lint/proguard.
v2.2.3: Merge branch 'develop'
- Change dependency back to
localGroovy()
,org.codehaus.groovy:groovy-all:2.3.3
was causing
issues.