fix build on windows with gradle-retrolambda plugin upgrade

- compileRetrolambda generates command line exceeding windows limit
- https://github.com/evant/gradle-retrolambda/issues/206
This commit is contained in:
orionlee 2016-09-10 12:56:30 -07:00
parent 4a1e728ac5
commit e35f5cb81c

View File

@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath "me.tatarka:gradle-retrolambda:3.2.4"
classpath "me.tatarka:gradle-retrolambda:3.3.0"
classpath "me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2"
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
// Exclude the version that the android plugin depends on.