aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorXudong Ma <simonma@google.com>2015-09-21 12:54:06 -0700
committerXudong Ma <simonma@google.com>2015-10-15 16:35:08 -0700
commitb121c46b42e58fedb8694a9ce1ad9c5c117e8f6a (patch)
tree6e28df466207532e12a350c1a557b1acecedafd1 /all
parent6d296e84b602fa0da4beed7af0eefef2d6bdd349 (diff)
downloadgrpc-grpc-java-b121c46b42e58fedb8694a9ce1ad9c5c117e8f6a.tar.gz
Reduce OkHttp dependency, copy all the needed files into our repository.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index e67b6b470..e7a235a62 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -75,6 +75,10 @@ jacocoTestReport {
additionalSourceDirs = files(subprojects.sourceSets.main.allSource.srcDirs)
sourceDirectories = files(subprojects.sourceSets.main.allSource.srcDirs)
classDirectories = files(subprojects.sourceSets.main.output)
+ classDirectories = files(classDirectories.files.collect {
+ fileTree(dir: it,
+ exclude: ['**/io/grpc/okhttp/internal/**'])
+ })
}
coveralls {