Skip to content

Commit 7c842cb

Browse files
committed
using compile only for auto-service
1 parent 1cb23b8 commit 7c842cb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.idea/modules/enum-mapper-processor/enum-mapper-processor_main.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules/enum-mapper-processor/enum-mapper-processor_test.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enum-mapper-processor/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ dependencies {
66
compile project(':enum-mapper-lib')
77

88
compile 'com.squareup:javapoet:1.11.1'
9-
compile 'com.google.auto.service:auto-service:1.0-rc4'
9+
// unfortunately lib and processor are in the same artifact
10+
// see: https://github.com/google/auto/issues/632
11+
compileOnly 'com.google.auto.service:auto-service:1.0-rc4'
1012
compile 'com.google.auto:auto-common:0.10'
1113

1214
testCompile 'com.google.testing.compile:compile-testing:0.15'

0 commit comments

Comments
 (0)