all: Add more projects to the all super-project

This adds to the published JavaDoc and reported code coverage.
This commit is contained in:
Eric Anderson 2016-12-07 10:53:55 -08:00 committed by Eric Anderson
parent 103c33e821
commit 84dd812db8
1 changed files with 3 additions and 1 deletions

View File

@ -10,12 +10,14 @@ description = "gRPC: All"
def subprojects = [ def subprojects = [
project(':grpc-api'), project(':grpc-api'),
project(':grpc-auth'), project(':grpc-auth'),
project(':grpc-core'),
project(':grpc-context'), project(':grpc-context'),
project(':grpc-core'),
project(':grpc-grpclb'),
project(':grpc-netty'), project(':grpc-netty'),
project(':grpc-okhttp'), project(':grpc-okhttp'),
project(':grpc-protobuf'), project(':grpc-protobuf'),
project(':grpc-protobuf-lite'), project(':grpc-protobuf-lite'),
project(':grpc-services'),
project(':grpc-stub'), project(':grpc-stub'),
project(':grpc-testing'), project(':grpc-testing'),
project(':grpc-xds'), project(':grpc-xds'),