aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2017-04-13 17:18:02 -0700
committerGitHub <noreply@github.com>2017-04-13 17:18:02 -0700
commitcc699ff9f48e3c9f48e38d7e2adbf7b9d079b480 (patch)
treefe6d272ad78078466c8ecb45f4af03a8c36bd650 /settings.gradle
parenteba004cbe787feaf7a5e3b308cab9d7c208a9721 (diff)
downloadopencensus-java-cc699ff9f48e3c9f48e38d7e2adbf7b9d079b480.tar.gz
Remove proto directory. (#216)
* Remove proto sub-module and related rules in settings.gradle and build.gradle.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle b/settings.gradle
index 0981396f..180b4bfd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -3,14 +3,12 @@ include ":instrumentation-java-all"
include ":instrumentation-java-benchmarks"
include ":instrumentation-java-core"
include ":instrumentation-java-core-impl"
-include ":proto"
include ":shared"
project(':instrumentation-java-all').projectDir = "$rootDir/all" as File
project(':instrumentation-java-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':instrumentation-java-core').projectDir = "$rootDir/core" as File
project(':instrumentation-java-core-impl').projectDir = "$rootDir/core_impl" as File
-project(':proto').projectDir = "$rootDir/proto" as File
project(':shared').projectDir = "$rootDir/shared" as File
// Java8 projects only