aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-06-05 17:08:43 -0700
committerGitHub <noreply@github.com>2018-06-05 17:08:43 -0700
commit4f1b11a7573c30fabfaa1a90244da7b8604dba61 (patch)
tree89a1d82e2e54e49a8962f11742b3b08de6b06347 /settings.gradle
parenteaa577023bacf8b7d9404d9c95d40b15d19f4e5a (diff)
downloadopencensus-java-4f1b11a7573c30fabfaa1a90244da7b8604dba61.tar.gz
Metrics: Move Metrics to a separate artifact. (#1216)
* Move Metrics to a separate artifact. * Fix review comments. * Update one TODO about the naming of the artifact.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 92c19282..930c5c08 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -19,6 +19,8 @@ include ":opencensus-contrib-grpc-metrics"
include ":opencensus-contrib-grpc-util"
include ":opencensus-contrib-http-util"
include ":opencensus-contrib-monitored-resource-util"
+// TODO(songya): uncomment this once classes were added to Metrics library.
+//include ":opencensus-metrics"
project(':opencensus-api').projectDir = "$rootDir/api" as File
project(':opencensus-impl-core').projectDir = "$rootDir/impl_core" as File
@@ -44,6 +46,8 @@ project(':opencensus-exporter-trace-jaeger').projectDir = "$rootDir/exporters/tr
project(':opencensus-exporter-stats-signalfx').projectDir = "$rootDir/exporters/stats/signalfx" as File
project(':opencensus-exporter-stats-stackdriver').projectDir = "$rootDir/exporters/stats/stackdriver" as File
project(':opencensus-exporter-stats-prometheus').projectDir = "$rootDir/exporters/stats/prometheus" as File
+// TODO(songya): uncomment this once classes were added to Metrics library.
+//project(':opencensus-metrics').projectDir = "$rootDir/metrics" as File
// Java8 projects only