Skip to content

Commit

Permalink
make dependency to AutoValue compile only
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarikx committed Jan 12, 2017
1 parent 8b51c25 commit b1e20e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion compiller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile 'com.google.auto.service:auto-service:1.0-rc2'
compile 'com.google.auto:auto-common:0.8'

compile 'com.google.auto.value:auto-value:1.3'
compileOnly 'com.google.auto.value:auto-value:1.2'

testCompile 'com.google.testing.compile:compile-testing:0.9'
testCompile 'junit:junit:4.12'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ public boolean applicable(Context context) {

return false;
}


}

0 comments on commit b1e20e1

Please sign in to comment.