grpc-java/examples/thrift
Eric Anderson 5ca4ea7272 examples: Split thrift from the multi-project build
grpc-thrift isn't published yet, which causes build breakage for people
trying to do the protobuf example.

Fixes #2681 (ONCE AND FOR ALL!)
2017-02-24 10:04:02 -08:00
..
gradle/wrapper examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
src Support Thrift Messages 2016-07-28 08:48:27 -07:00
README.md examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
build.gradle examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
gradlew examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
gradlew.bat examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00

README.md

grpc-thrift is not yet published to Maven Central. To be able to run this example, you first need to install grpc-thrift to your local Maven repository (~/.m2).

$ pushd ../..
$ ./gradlew :grpc-thrift:install -PskipCodegen=true
$ popd