aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorJiangtao Li <jiangtao@google.com>2018-02-15 09:28:00 -0800
committerCarl Mastrangelo <notcarl@google.com>2018-02-15 09:28:00 -0800
commite7f2f1dedd8587cbb4bcfa07ec7ecc2a66f1f7d9 (patch)
tree454b95df04f808c17aa3261d02e54d18e9904299 /settings.gradle
parenta45d07bcb51e4f73b897a58d9734793ac2672220 (diff)
downloadgrpc-grpc-java-e7f2f1dedd8587cbb4bcfa07ec7ecc2a66f1f7d9.tar.gz
alts: add gRPC ALTS
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 cacec138a..357ff9c7d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -16,6 +16,7 @@ include ":grpc-interop-testing"
include ":grpc-gae-interop-testing-jdk7"
include ":grpc-gae-interop-testing-jdk8"
include ":grpc-all"
+include ":grpc-alts"
include ":grpc-benchmarks"
include ":grpc-services"
@@ -36,6 +37,7 @@ project(':grpc-interop-testing').projectDir = "$rootDir/interop-testing" as File
project(':grpc-gae-interop-testing-jdk7').projectDir = "$rootDir/gae-interop-testing/gae-jdk7" as File
project(':grpc-gae-interop-testing-jdk8').projectDir = "$rootDir/gae-interop-testing/gae-jdk8" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
+project(':grpc-alts').projectDir = "$rootDir/alts" as File
project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':grpc-services').projectDir = "$rootDir/services" as File