aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorNaveen Reddy Chedeti <chedeti@google.com>2016-07-28 08:48:27 -0700
committerEric Anderson <ejona@google.com>2016-07-28 08:48:27 -0700
commit2860959d5f9526aa84ef5f66b34d68bb0e197194 (patch)
treee0696c9eaeccfa25acc0a618425d4a0414c1dfbc /settings.gradle
parent563baa4a20f9466fbe683cd6a489419d1171afec (diff)
downloadgrpc-grpc-java-2860959d5f9526aa84ef5f66b34d68bb0e197194.tar.gz
Support Thrift Messages
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 42496c2ee..6c7034ae1 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -13,6 +13,7 @@ include ":grpc-interop-testing"
include ":grpc-all"
include ":grpc-benchmarks"
include ":grpc-services"
+include ":grpc-thrift"
project(':grpc-core').projectDir = "$rootDir/core" as File
project(':grpc-stub').projectDir = "$rootDir/stub" as File
@@ -28,6 +29,7 @@ project(':grpc-interop-testing').projectDir = "$rootDir/interop-testing" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':grpc-services').projectDir = "$rootDir/services" as File
+project(':grpc-thrift').projectDir = "$rootDir/thrift" as File
if (settings.hasProperty('skipCodegen') && skipCodegen.toBoolean()) {
println '*** Skipping the build of codegen and compilation of proto files because skipCodegen=true'