aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorStefan Schmidt <stschmidt@google.com>2017-05-17 18:48:23 +0200
committerStefan Schmidt <stschmidt@google.com>2017-05-17 18:48:23 +0200
commit000d158b33c60a0020bf3c314ae1ddd3d24cb595 (patch)
tree594aca2579cb3958a1b6b7a3ac123c2202223e7f /settings.gradle
parentf443b1a4eb88e5ad0f6d4d4f6ee9fb3e4290f54e (diff)
downloadopencensus-java-000d158b33c60a0020bf3c314ae1ddd3d24cb595.tar.gz
No longer override projectDirs now that the gradle subproject names match the directory names.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.gradle b/settings.gradle
index f826e931..e7881b0f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -5,12 +5,6 @@ include ":core_impl"
include ":core_impl_java"
include ":core_impl_android"
-project(':all').projectDir = "$rootDir/all" as File
-project(':core').projectDir = "$rootDir/core" as File
-project(':core_impl').projectDir = "$rootDir/core_impl" as File
-project(':core_impl_java').projectDir = "$rootDir/core_impl_java" as File
-project(':core_impl_android').projectDir = "$rootDir/core_impl_android" as File
-
// Java8 projects only
if (JavaVersion.current().isJava8Compatible()) {
include ":examples"