aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
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 /benchmarks
parentcc416d09e5a2000749568a8e57e924a7444c094e (diff)
downloadopencensus-java-5a6e3454f63fcbdc598f5af10c7842d32bacfe26.tar.gz
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 'benchmarks')
-rw-r--r--benchmarks/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index b001f268..8b58bbf5 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -23,9 +23,9 @@ jmh {
}
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')
}
compileJmhJava {