From 2860959d5f9526aa84ef5f66b34d68bb0e197194 Mon Sep 17 00:00:00 2001 From: Naveen Reddy Chedeti Date: Thu, 28 Jul 2016 08:48:27 -0700 Subject: Support Thrift Messages --- settings.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.gradle') 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' -- cgit v1.2.3