aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-08-10 15:43:52 -0700
committerGitHub <noreply@github.com>2018-08-10 15:43:52 -0700
commit81e8ded6d2f869980a7f80a27ead4bd2ccc45243 (patch)
tree0295f6b3c683bbafa506eeeb6a7937afc5258023 /build.gradle
parenta804907c77858ff319ba059af968f6cfd8eb3925 (diff)
downloadopencensus-java-81e8ded6d2f869980a7f80a27ead4bd2ccc45243.tar.gz
Metrics: Move metrics to opencensus-api. (#1346)
* Metrics: Move to api. * Update package-info to warn users on using metrics.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 240b5ab2..2c7fbb56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -386,8 +386,6 @@ subprojects {
'opencensus-impl-core',
'opencensus-impl-lite',
'opencensus-impl',
- // TODO(songya): add the Export (or Metrics + SpanData) artifact once we agree on its name.
- // TODO(bdrutu): Fix dependencies on the api internal subpackage for the metrics artifact.
'opencensus-testing']
}