mirror of https://github.com/grpc/grpc-java.git
This bump changelist is applied a bit late with respect to the 1.6.0 branch cut. Look at the 1.6.0 to see the source of truth of where it was cut. Do not assume it is the commit that precedes this one. |
||
|---|---|---|
| .. | ||
| gradle/wrapper | ||
| src | ||
| README.md | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
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