aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-06-16 18:04:55 -0700
committerKristen Kozak <sebright@google.com>2017-06-16 18:07:34 -0700
commitf9857b1875d4a0b3fb2e6194099f3df760bcbaa2 (patch)
treea47924bafbd424326fbc8a92d335d01dd850d736 /all
parent4aa6e80c8efac571e3017b70d599eb52db23a6f3 (diff)
downloadopencensus-java-f9857b1875d4a0b3fb2e6194099f3df760bcbaa2.tar.gz
Enable coverage and Javadocs for all directories.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/all/build.gradle b/all/build.gradle
index ebd03277..32feb263 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -11,15 +11,15 @@ buildscript {
}
}
-// TODO(bdrutu): core_impl_android subproject currently isn't included because Javadoc cannot
-// handle multiple classes with the same name, such as StatsManagerImpl.
def subprojects = [
project(':opencensus-api'),
project(':core'),
project(':opencensus-impl-core'),
project(':core_impl'),
+ project(':core_impl_android'),
project(':core_impl_java'),
project(':opencensus-impl'),
+ project(':opencensus-impl-lite'),
]
for (subproject in rootProject.subprojects) {