aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2017-09-28 09:31:32 -0700
committerGitHub <noreply@github.com>2017-09-28 09:31:32 -0700
commit7c97aa95a1523da0158c6f444e33c7f556078bd7 (patch)
treeeca19f41a8a55eb20c1156225e051fab2bf9b282 /all
parent55621a3e8c25f3add8c11989bf0c3eafee354025 (diff)
downloadgrpc-grpc-java-7c97aa95a1523da0158c6f444e33c7f556078bd7.tar.gz
thrift: Delete thrift
Thrift support is moved to https://github.com/grpc-ecosystem/grift
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/all/build.gradle b/all/build.gradle
index df0e1c546..ba3febc8c 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -21,7 +21,6 @@ def subprojects = [
project(':grpc-protobuf-lite'),
project(':grpc-protobuf-nano'),
project(':grpc-stub'),
- // project(':grpc-thrift'), // not exported currently.
]
for (subproject in rootProject.subprojects) {