aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorJakob Buchgraber <buchgr@google.com>2015-02-18 13:26:48 -0800
committerJakob Buchgraber <buchgr@google.com>2015-02-18 15:58:27 -0800
commit246e8b52bb895c55057febb331ef512165a6ea19 (patch)
treecc3c637f2c726d238e1d2cef0efdb2b4e8b0ca68 /settings.gradle
parent62f4399e26a074d80c78ad5abc72d90afa1f33d5 (diff)
downloadgrpc-grpc-java-246e8b52bb895c55057febb331ef512165a6ea19.tar.gz
Add build file and instructions to examples directory. Fixes #43
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 1175a681d..f7c6509b5 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -9,6 +9,7 @@ include ":grpc-compiler"
include ":grpc-integration-testing"
include ":grpc-all"
include ":grpc-benchmarks"
+include ":grpc-examples"
project(':grpc-core').projectDir = "$rootDir/core" as File
project(':grpc-stub').projectDir = "$rootDir/stub" as File
@@ -20,3 +21,4 @@ project(':grpc-compiler').projectDir = "$rootDir/compiler" as File
project(':grpc-integration-testing').projectDir = "$rootDir/integration-testing" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
+project(':grpc-examples').projectDir = "$rootDir/examples" as File