aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-05-16 22:36:29 -0700
committerGitHub <noreply@github.com>2017-05-16 22:36:29 -0700
commit156006623a8269f378b842a6a402af10ed72d4e9 (patch)
tree47f8c5a4f70ac39edf0af8656fc8c5d5b294b6a3 /settings.gradle
parent0a34c32b05cce05dffaba2e947cb0581d0a1df5b (diff)
downloadopencensus-java-156006623a8269f378b842a6a402af10ed72d4e9.tar.gz
Move VarInt to core_impl and change the package name. (#308)
* Move VarInt to core_impl and change the package name. * Suppress warnings in VarInt.java.
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 5b0bb480..f826e931 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,14 +4,12 @@ include ":core"
include ":core_impl"
include ":core_impl_java"
include ":core_impl_android"
-include ":shared"
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
-project(':shared').projectDir = "$rootDir/shared" as File
// Java8 projects only
if (JavaVersion.current().isJava8Compatible()) {