tree: d1e11ce049815e5ab2dce412373e93be962d5377 [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