aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorNaveen Reddy Chedeti <chedeti@google.com>2016-07-28 08:48:27 -0700
committerEric Anderson <ejona@google.com>2016-07-28 08:48:27 -0700
commit2860959d5f9526aa84ef5f66b34d68bb0e197194 (patch)
treee0696c9eaeccfa25acc0a618425d4a0414c1dfbc /all
parent563baa4a20f9466fbe683cd6a489419d1171afec (diff)
downloadgrpc-grpc-java-2860959d5f9526aa84ef5f66b34d68bb0e197194.tar.gz
Support Thrift Messages
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/build.gradle b/all/build.gradle
index a84d9eeda..a78d440ec 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -20,6 +20,7 @@ def subprojects = [
project(':grpc-protobuf-lite'),
project(':grpc-protobuf-nano'),
project(':grpc-stub'),
+ project(':grpc-thrift'),
]
for (subproject in rootProject.subprojects) {