summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authororionlee <orionlee@yahoo.com>2016-09-10 12:56:30 -0700
committerorionlee <orionlee@yahoo.com>2016-09-10 12:56:30 -0700
commite35f5cb81c0521c0b7a188d372e85ff52b527dd8 (patch)
tree584c9e284f4c6404462daaa6ebe48e39fbc3f051 /build.gradle
parent4a1e728ac519d686f738aa1875802f6221b564c3 (diff)
downloadAntennaPod-e35f5cb81c0521c0b7a188d372e85ff52b527dd8.zip
fix build on windows with gradle-retrolambda plugin upgrade
- compileRetrolambda generates command line exceeding windows limit - https://github.com/evant/gradle-retrolambda/issues/206
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 40963b21d..f7e6bcaa5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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.