Skip to content

Commit 3f38329

Browse files
committedDec 6, 2015
Fix gradle build error with retrolamba.
Related to issue evant/gradle-retrolambda#96.
1 parent f410429 commit 3f38329

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ buildscript {
88
dependencies {
99
classpath 'com.android.tools.build:gradle:1.5.0'
1010
classpath 'me.tatarka:gradle-retrolambda:3.2.4'
11+
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
1112
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1213
}
14+
15+
// Exclude the version that the android plugin depends on.
16+
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
1317
}
1418

1519
allprojects {

0 commit comments

Comments
 (0)
Please sign in to comment.