All Versions
39
Latest Version
Avg Release Cycle
10 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v2.1.0 Changes
2014-07-14
- Also check system property 'java.home' for the current java location. IDEs set this but not JAVA_HOME, so checking here first is more robust. (aphexcx)
-
v2.0.0 Changes
2014-07-04
- ๐ 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 retrolambda1.4.0+
which is now the default.
- ๐ Hooks into gradle's incremental compilcation support. This should mean faster build times and less
inconsistencies when changing the build script without running
-
v1.3.3 Changes
2014-06-23
- ๐ Allow
retrolamba
plugin to be applied before or afterjava
andandroid
plugins
- ๐ Allow
-
v1.3.2 Changes
2014-05-02
- ๐ Fixed for android gradle plugin
0.10.+
- ๐ Fixed for android gradle plugin
-
v1.3.1 Changes
014-03-29
- โ Removed
compile
property, which didn't work anyway. UseretrolambdaConfig
instead. - Minor error message improvement.
- โ Removed
-
v1.3.0 Changes
2014-03-02
- ๐ Support android instrument tests.
-
v1.2.0 Changes
2014-02-15
- ๐ Support android-library projects.
-
v1.1.1 Changes
2014-01-28
- ๐ Fixed not correctly finding java 8 executable when running from java 6 or 7 on windows. (Mart-Bogdan)
-
v1.1 Changes
2014-01-24
- ๐ Fixed bug where java unit tests were not being run through retrolambda
- ๐ Allow gradle to be called with java 6 or 7, i.e. Java 8 no longer has to be your default java.
- ๐ Thank you Mart-Bogdan for starting these fixes.