Skip to content

Commit 6d858c5

Browse files
committed
added (and reintroduced) compileOnly dependency for autoservice.
upgraded gradle-wrapper to 2.14
1 parent e3d4a54 commit 6d858c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

annotationprocessor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group='com.github.quarkworks' // jitpack.io
55

66
dependencies {
77
compile fileTree(dir: 'libs', include: ['*.jar'])
8-
// compile 'com.google.auto.service:auto-service:1.0-rc2' // this includes guava (huge) and could be uses it to auto-generate META-INF.service.Processor
8+
compileOnly 'com.google.auto.service:auto-service:1.0-rc2'
99
compile 'com.squareup:javapoet:1.7.0'
1010
compile 'io.realm:realm-annotations:1.1.1'
1111
compile project(':annotations')
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
2-
distributionBase=GRADLE_USER_HOME
3-
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
1+
#Fri Aug 12 17:49:42 CDT 2016
2+
distributionBase=GRADLE_USER_HOME
3+
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip

0 commit comments

Comments
 (0)