Skip to content

Commit

Permalink
Fix gradle build error with retrolamba.
Browse files Browse the repository at this point in the history
Related to issue evant/gradle-retrolambda#96.
  • Loading branch information
filipebezerra committed Dec 6, 2015
1 parent f410429 commit 3f38329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'me.tatarka:gradle-retrolambda:3.2.4'
classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}

// Exclude the version that the android plugin depends on.
configurations.classpath.exclude group: 'com.android.tools.external.lombok'
}

allprojects {
Expand Down

0 comments on commit 3f38329

Please sign in to comment.