Skip to content

Commit 50a4278

Browse files
all: drop thrift from grpc-all deps
1 parent dfe61e4 commit 50a4278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

all/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def subprojects = [
2121
project(':grpc-protobuf-lite'),
2222
project(':grpc-protobuf-nano'),
2323
project(':grpc-stub'),
24-
project(':grpc-thrift'),
24+
// project(':grpc-thrift'), // not exported currently.
2525
]
2626

2727
for (subproject in rootProject.subprojects) {

0 commit comments

Comments
 (0)