Skip to content

Releases: evant/gradle-retrolambda

v3.7.0

23 Jul 20:35
Compare
Choose a tag to compare
  • Support android gradle plugin 3.0
  • Support android feature modules

v3.6.1

01 May 00:17
Compare
Choose a tag to compare
  • Support Android Gradle Plugin 2.5

v3.6.0

01 May 00:16
Compare
Choose a tag to compare
  • Deprecated oldJdk (and reading from JAVA6/JAVA7_HOME).
  • Deprecated running gradle with java 6 or 7.
  • Fixed incremental build sometimes leaving deleted classes (madisp)
  • No longer fail if old jdk is not defined. Instead run with the current jdk.
  • Bumped default retrolambda version to 2.5.1

v3.5.0

01 May 00:16
Compare
Choose a tag to compare
  • Don't disable extractAnnotation task on android libs as it now supports java 8 sources.
  • Bumped default retrolambda version to 2.5.0

v3.4.0

01 May 00:16
Compare
Choose a tag to compare
  • Support build dirs with custom names
  • Support com.android.test modules

v3.3.1

01 May 00:16
Compare
Choose a tag to compare
  • Fixed retrolambda classpath when running and android test with multiple flavors.

v3.3.0

01 May 00:15
Compare
Choose a tag to compare
  • Fixed certain cases where android tests would fail to compile because wrong classpath was used.
  • Bumped default retrolambda version to 2.3.0

v3.3.0-beta4

01 May 00:14
Compare
Choose a tag to compare
v3.3.0-beta4 Pre-release
Pre-release
  • Merged in all changes up to 3.2.5
  • Supports running with other transforms (this is a bit hackey, hopefully we'll get per-variant
    transforms and it can be implemented far more cleanly).

v3.2.5

01 May 00:14
Compare
Choose a tag to compare
  • Bumped default retrolambda version to 2.1.0
  • If the commandline parameters are over a certain limit, they will be written to files. This should
    prevent failures on projects with large classpaths or when a huge number of incremental changes

v3.3.0-beta3

01 May 00:14
Compare
Choose a tag to compare
v3.3.0-beta3 Pre-release
Pre-release
  • Supports transform api in android plugin 1.5.0