cronet: do not include internal accessors in Javadoc (#6205)

This commit is contained in:
Chengyuan Zhang 2019-09-26 15:27:47 -07:00 committed by GitHub
parent e67fdb3af9
commit 68eba768c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ task javadocs(type: Javadoc) {
addStringOption('Xdoclint:none', '-quiet') addStringOption('Xdoclint:none', '-quiet')
} }
} }
exclude 'io/grpc/cronet/Internal*'
} }
task javadocJar(type: Jar, dependsOn: javadocs) { task javadocJar(type: Jar, dependsOn: javadocs) {