aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2016-04-06 15:28:26 -0700
committerEric Anderson <ejona@google.com>2016-04-06 15:28:26 -0700
commit996f30f43dee9f7dc10e2f7ef714944af24e7bcd (patch)
tree20059b9e09f8efca144f1276d955cdc8c42efbc1 /all
parent6a55e2990b2677ec762e6b64872ff7dae68a0f64 (diff)
downloadgrpc-grpc-java-996f30f43dee9f7dc10e2f7ef714944af24e7bcd.tar.gz
Include protobuf-lite in javadoc and test coverage reporting
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 0bf682b8e..c75781bab 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -20,6 +20,7 @@ def subprojects = [
project(':grpc-netty'),
project(':grpc-okhttp'),
project(':grpc-protobuf'),
+ project(':grpc-protobuf-lite'),
project(':grpc-protobuf-nano'),
project(':grpc-stub'),
]