Include protobuf-lite in javadoc and test coverage reporting

This commit is contained in:
Eric Anderson 2016-04-06 15:28:26 -07:00
parent 6a55e2990b
commit 996f30f43d
1 changed files with 1 additions and 0 deletions

View File

@ -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'),
]