grpc-java/examples/thrift
Eric Anderson 810b2d0b96 all: Update to gradle 3.4.1
Among build speed improvements and VS 2015 support, it also improves
quote handling in gradlew.
2017-04-06 15:36:47 -07:00
..
gradle/wrapper all: Update to gradle 3.4.1 2017-04-06 15:36:47 -07:00
src examples: Update imports to new-style 2017-03-03 11:48:46 -08:00
README.md examples: Split thrift from the multi-project build 2017-02-24 10:04:02 -08:00
build.gradle all: start 1.3.0 development cycle 2017-03-06 13:12:44 -08:00
gradlew all: Update to gradle 3.4.1 2017-04-06 15:36:47 -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