grpc-java/examples/thrift
Carl Mastrangelo 1da1dba9fb all: update to gradle 3.5 2017-06-07 17:18:44 -07:00
..
gradle/wrapper all: update to gradle 3.5 2017-06-07 17:18:44 -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 all: bump to 1.5.0-SNAPSHOT 2017-05-23 17:57:25 -07: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