Skip to content

Commit

Permalink
Fixing rombok configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-itskovich committed Nov 21, 2015
1 parent 3ac999b commit a4e5354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies {
compile 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
}

configurations.compile.exclude group: 'com.android.tools.external.lombok'

group = 'com.slimgears.gradle-aio'
version = '0.4-SNAPSHOT'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class AbstractAndroidAioConfigurator extends AbstractProjectConfigurator {
defaultMethods false
incremental true
}

project.configurations.compile.exclude group: 'com.android.tools.external.lombok'
}

void applyAndroid() {
Expand Down

0 comments on commit a4e5354

Please sign in to comment.