tree: 2471ae78df6ebc6163e12bc72bf4bc81a7a005a6 [path history] [tgz]
  1. gradle/
  2. src/
  3. build.gradle
  4. gradlew
  5. gradlew.bat
  6. README.md
examples/thrift/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