Merge pull request #2119 from orionlee/fix_build_on_windows_upgrade_retrolambda_plugin

Fix build on windows with gradle-retrolambda plugin upgrade
This commit is contained in:
Martin Fietz 2016-10-02 21:25:07 +02:00 committed by GitHub
commit 1ffcb49402
1 changed files with 1 additions and 1 deletions

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.