aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-02-26 18:42:58 -0800
committerGitHub <noreply@github.com>2018-02-26 18:42:58 -0800
commitfeeaf3b61b0fce6cc975d567b65d60e632de8834 (patch)
treee14543ee1306d2e753d756da42f51aaf0c1f19ea /settings.gradle
parent191015f9e89bc3318430b4b53924074dff7c55da (diff)
downloadopencensus-java-feeaf3b61b0fce6cc975d567b65d60e632de8834.tar.gz
Cleanup benchmarks and test both impl and impl-lite. (#1022)
* Cleanup benchmarks and test both impl and impl-lite. * Fix comments.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index 093e0423..e8a18cd5 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -41,9 +41,10 @@ project(':opencensus-exporter-stats-prometheus').projectDir = "$rootDir/exporter
// Java8 projects only
if (JavaVersion.current().isJava8Compatible()) {
include ":opencensus-all"
- include ":benchmarks"
+ include ":opencensus-benchmarks"
include ":opencensus-contrib-zpages"
project(':opencensus-all').projectDir = "$rootDir/all" as File
+ project(':opencensus-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':opencensus-contrib-zpages').projectDir = "$rootDir/contrib/zpages" as File
}