Skip to content

Commit 7c97aa9

Browse files
authored
thrift: Delete thrift
Thrift support is moved to https://github.com/grpc-ecosystem/grift
1 parent 55621a3 commit 7c97aa9

File tree

24 files changed

+1
-3504
lines changed

24 files changed

+1
-3504
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ before_install:
2727
install:
2828
- ./gradlew assemble generateTestProto install
2929
- pushd examples && ./gradlew build && popd
30-
- pushd examples/thrift && ./gradlew build && popd
3130
- pushd examples && mvn verify && popd
3231

3332
before_script:

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ would be used to create all `v0.7` tags (e.g. `v0.7.0`, `v0.7.1`).
7373
examples/pom.xml
7474
examples/android/helloworld/app/build.gradle
7575
examples/android/routeguide/app/build.gradle
76-
examples/thrift/build.gradle
7776
)
7877
$ git checkout -b v$MAJOR.$MINOR.x master
7978
$ git push upstream v$MAJOR.$MINOR.x

all/build.gradle

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

2726
for (subproject in rootProject.subprojects) {

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ subprojects {
321321
repository(url: stagingUrl, configureAuth)
322322
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/', configureAuth)
323323
}
324-
uploadArchives.onlyIf { !name.contains("thrift") }
325324

326325
[
327326
install.repositories.mavenInstaller,
@@ -358,7 +357,7 @@ subprojects {
358357
}
359358
}
360359
if (!(project.name in
361-
["grpc-stub", "grpc-protobuf", "grpc-protobuf-lite", "grpc-protobuf-nano", "grpc-thrift"])) {
360+
["grpc-stub", "grpc-protobuf", "grpc-protobuf-lite", "grpc-protobuf-nano"])) {
362361
def core = pom.dependencies.find {dep -> dep.artifactId == 'grpc-core'}
363362
if (core != null) {
364363
// Depend on specific version of grpc-core because internal package is unstable

examples/thrift/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/thrift/build.gradle

Lines changed: 0 additions & 67 deletions
This file was deleted.
-53.4 KB
Binary file not shown.

examples/thrift/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/thrift/gradlew

Lines changed: 0 additions & 172 deletions
This file was deleted.

examples/thrift/gradlew.bat

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)