Maintained by aalmiray
This plugin will automatically build your java or android project with retrolambda, giving you lambda goodness on java 6 or 7. It relies on the wonderful retrolambda by Esko Luontola.
| Website | https://github.com/evant/gradle-retrolambda |
|---|---|
| Author | evant |
| Version | 1.3.0 |
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'me.tatarka:gradle-retrolambda:1.3.0'
}
}
repositories {
jcenter() // required by retrolambda
}
apply plugin: 'java'
apply plugin: 'retrolambda'