We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3666de4 commit 844d207Copy full SHA for 844d207
1 file changed
all/build.gradle
@@ -4,11 +4,13 @@ description = "gRPC: All"
4
configurations.compile.transitive = false
5
6
dependencies {
7
- compile project(':grpc-core'),
8
- project(':grpc-stub'),
9
- project(':grpc-auth'),
+ compile project(':grpc-auth'),
+ project(':grpc-core'),
10
project(':grpc-netty'),
11
- project(':grpc-okhttp')
+ project(':grpc-okhttp'),
+ project(':grpc-protobuf'),
12
+ project(':grpc-protobuf-nano'),
13
+ project(':grpc-stub')
14
}
15
16
// Create a fat jar containing only the direct dependencies
0 commit comments