aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-05-10 12:43:49 -0700
committerGitHub <noreply@github.com>2017-05-10 12:43:49 -0700
commit54a084014185d80cd27b81cc4318bb5d62333288 (patch)
treeea52a79c3d9a3058d97cb3834f8cca17ce8dbe97 /examples
parenta49b87dee854bb1fa5fc989a0a82c56affeff2eb (diff)
downloadplatform_external_opencensus-java-54a084014185d80cd27b81cc4318bb5d62333288.tar.gz
platform_external_opencensus-java-54a084014185d80cd27b81cc4318bb5d62333288.tar.bz2
platform_external_opencensus-java-54a084014185d80cd27b81cc4318bb5d62333288.zip
Remove java7/8 directories. Currently we do not need any feature from java8. (#292)
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index c20bcb7e..e69c088e 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -9,7 +9,6 @@ dependencies {
compile project(':instrumentation-java-core'),
project(':instrumentation-java-core-impl'),
project(':instrumentation-java-core-impl-java'),
- project(':instrumentation-java-core-impl-java-8'),
libraries.grpc_context
}