Skip to content

Commit 844d207

Browse files
committed
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.
1 parent 3666de4 commit 844d207

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

all/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ description = "gRPC: All"
44
configurations.compile.transitive = false
55

66
dependencies {
7-
compile project(':grpc-core'),
8-
project(':grpc-stub'),
9-
project(':grpc-auth'),
7+
compile project(':grpc-auth'),
8+
project(':grpc-core'),
109
project(':grpc-netty'),
11-
project(':grpc-okhttp')
10+
project(':grpc-okhttp'),
11+
project(':grpc-protobuf'),
12+
project(':grpc-protobuf-nano'),
13+
project(':grpc-stub')
1214
}
1315

1416
// Create a fat jar containing only the direct dependencies

0 commit comments

Comments
 (0)