Add missing projects to grpc-all

Protobuf was recently moved into its own project and should have been
added to grpc-all at that time. Nano has always been absent.
This commit is contained in:
Eric Anderson 2015-04-13 08:54:01 -07:00
parent 3666de4427
commit 844d207823
1 changed files with 6 additions and 4 deletions

View File

@ -4,11 +4,13 @@ description = "gRPC: All"
configurations.compile.transitive = false
dependencies {
compile project(':grpc-core'),
project(':grpc-stub'),
project(':grpc-auth'),
compile project(':grpc-auth'),
project(':grpc-core'),
project(':grpc-netty'),
project(':grpc-okhttp')
project(':grpc-okhttp'),
project(':grpc-protobuf'),
project(':grpc-protobuf-nano'),
project(':grpc-stub')
}
// Create a fat jar containing only the direct dependencies