aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-02-07 08:08:48 -0800
committerGitHub <noreply@github.com>2017-02-07 08:08:48 -0800
commit50a42786713ef0007b0958eec9231050c43bbef5 (patch)
treed24ca2355a9fca5f1722596a6038a7851fe2d13b /all
parentdfe61e4ed397256313b3632b50191a77113f94d0 (diff)
downloadgrpc-grpc-java-50a42786713ef0007b0958eec9231050c43bbef5.tar.gz
all: drop thrift from grpc-all deps
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 535d0e723..5a7a28832 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -21,7 +21,7 @@ def subprojects = [
project(':grpc-protobuf-lite'),
project(':grpc-protobuf-nano'),
project(':grpc-stub'),
- project(':grpc-thrift'),
+ // project(':grpc-thrift'), // not exported currently.
]
for (subproject in rootProject.subprojects) {