mirror of https://github.com/grpc/grpc-java.git
cronet: do not include internal accessors in Javadoc (#6205)
This commit is contained in:
parent
e67fdb3af9
commit
68eba768c9
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue