aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2015-04-13 08:54:01 -0700
committerEric Anderson <ejona@google.com>2015-04-13 08:54:01 -0700
commit844d207823cc4139a856967a3390dfd940c19e4e (patch)
treeb4ff9f08fe03ac8381bcc9d6b0facf50b54b9ff2 /all
parent3666de4427460a307bfb86a7f93b3a04cb28f8c4 (diff)
downloadgrpc-grpc-java-844d207823cc4139a856967a3390dfd940c19e4e.tar.gz
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.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle10
1 files changed, 6 insertions, 4 deletions
diff --git a/all/build.gradle b/all/build.gradle
index fb7e2fbc4..22b50bd59 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -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