grpc-java/examples/thrift
zpencer ab85c5ae76 Start 1.7.0 development cycle (#3357)
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.
2017-08-22 12:29:03 -07:00
..
gradle/wrapper all: update to gradle 4.0.1 2017-07-12 10:07:14 -07:00
src all: fix licence whitespace 2017-06-01 14:28:37 -07:00
README.md examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
build.gradle Start 1.7.0 development cycle (#3357) 2017-08-22 12:29:03 -07:00
gradlew all: update to gradle 4.0.1 2017-07-12 10:07:14 -07: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