aboutsummaryrefslogtreecommitdiff
path: root/examples/thrift/README.md
blob: e06bf97d22b7a35868ced522ac03097091b816f2 (plain)
1
2
3
4
5
6
7
8
9
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).

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