aboutsummaryrefslogtreecommitdiff
path: root/all/build.gradle
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-06-08 17:32:17 -0700
committerGitHub <noreply@github.com>2017-06-08 17:32:17 -0700
commitd6a42072f8d0988450dfbf35b18ce134f94368c4 (patch)
treec9a39ec8bc1cbacdb1874d03b2a1209afdace4c3 /all/build.gradle
parentddcf44bdec4fa1dea15513c8949280457292e3e7 (diff)
downloadopencensus-java-d6a42072f8d0988450dfbf35b18ce134f94368c4.tar.gz
Fix all javadoc excludes for the internal package. (#349)
Diffstat (limited to 'all/build.gradle')
-rw-r--r--all/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 33189277..86f96814 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -42,7 +42,7 @@ javadoc {
source subproject.javadoc.source
options.links subproject.javadoc.options.links.toArray(new String[0])
}
- exclude 'com/google/instrumentation/internal/**'
+ exclude 'io/opencensus/internal/**'
}
task jacocoMerge(type: JacocoMerge) {