aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorZHANG Dapeng <zdapeng@google.com>2016-05-20 14:03:29 -0700
committerZHANG Dapeng <zdapeng@google.com>2016-05-20 14:03:29 -0700
commitb7eea7c13a36b8c24792a098a84de31401512248 (patch)
tree68b4cebdc908da9f69567b5dcba3a3143e1bff5a /settings.gradle
parent65dd5db5e3eb72a67c71fa3babcdf6f8199f8cd1 (diff)
downloadgrpc-grpc-java-b7eea7c13a36b8c24792a098a84de31401512248.tar.gz
implements health check service
resolves #647
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 9bed7a107..8c199acb3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -12,6 +12,7 @@ include ":grpc-testing"
include ":grpc-interop-testing"
include ":grpc-all"
include ":grpc-benchmarks"
+include ":grpc-services"
include ":grpc-examples"
project(':grpc-core').projectDir = "$rootDir/core" as File
@@ -27,6 +28,7 @@ project(':grpc-testing').projectDir = "$rootDir/testing" as File
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-examples').projectDir = "$rootDir/examples" as File
if (settings.hasProperty('skipCodegen') && skipCodegen.toBoolean()) {