mirror of https://github.com/grpc/grpc-java.git
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:
parent
3666de4427
commit
844d207823
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue