Skip to content

Releases: evant/gradle-retrolambda

v2.0.0

01 May 00:09
Compare
Choose a tag to compare
  • 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'

01 May 00:08
Compare
Choose a tag to compare
  • Allow retrolamba plugin to be applied before or after java and android plugins

v1.3.2

01 May 00:08
Compare
Choose a tag to compare
  • Fixed for android gradle plugin 0.10.+

v1.3.1: Merge branch 'develop'

01 May 00:08
Compare
Choose a tag to compare
  • Removed compile property, which didn't work anyway. Use retrolambdaConfig instead.
  • Minor error message improvement.

v1.3.0

01 May 00:07
Compare
Choose a tag to compare
  • Support android instrument tests.

v1.2.0

01 May 00:07
Compare
Choose a tag to compare
  • Support android-library projects.

v1.1

01 May 00:06
Compare
Choose a tag to compare
  • Fixed not correctly finding java 8 executable when running from java 6 or 7 on windows. (Mart-Bogdan)