aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-05-12 12:01:53 -0700
committerGitHub <noreply@github.com>2017-05-12 12:01:53 -0700
commit5a6e3454f63fcbdc598f5af10c7842d32bacfe26 (patch)
treea1b7b8d583a26f14121823f28f2fc76210c469f5 /examples
parentcc416d09e5a2000749568a8e57e924a7444c094e (diff)
downloadplatform_external_opencensus-java-5a6e3454f63fcbdc598f5af10c7842d32bacfe26.tar.gz
platform_external_opencensus-java-5a6e3454f63fcbdc598f5af10c7842d32bacfe26.tar.bz2
platform_external_opencensus-java-5a6e3454f63fcbdc598f5af10c7842d32bacfe26.zip
Rename gradle subprojects name to match the directories name. (#298)
* Rename gradle subprojects name to match the directories name. Change the api jar name to match the maven artifact. Update gradle projects name in travis.
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index e69c088e..30b305e9 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -6,9 +6,9 @@ tasks.withType(JavaCompile) {
}
dependencies {
- compile project(':instrumentation-java-core'),
- project(':instrumentation-java-core-impl'),
- project(':instrumentation-java-core-impl-java'),
+ compile project(':core'),
+ project(':core_impl'),
+ project(':core_impl_java'),
libraries.grpc_context
}