Skip to content

Commit

Permalink
Plug auto-service leak in butterknife-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
madisp committed Mar 7, 2017
1 parent 4ad9f98 commit aea1492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butterknife-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ for (File file : sdkHandler.sdkLoader.repositories) {

dependencies {
compile project(':butterknife-annotations')
compile deps.autoservice
compile deps.autocommon
compile deps.javapoet
compileOnly deps.autoservice
compileOnly files(org.gradle.internal.jvm.Jvm.current().getToolsJar())

testCompile deps.junit
Expand Down

0 comments on commit aea1492

Please sign in to comment.