mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-24 23:55:36 +01:00
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:
parent
4a1e728ac5
commit
e35f5cb81c
@ -7,7 +7,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
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 "me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2"
|
||||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
|
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
|
||||||
// Exclude the version that the android plugin depends on.
|
// Exclude the version that the android plugin depends on.
|
||||||
|
Loading…
Reference in New Issue
Block a user