mirror of https://github.com/grpc/grpc-java.git
okhttp: exclude Internal* from javadoc
This commit is contained in:
parent
19485014fd
commit
641c54eb3d
|
|
@ -35,8 +35,11 @@ project.sourceSets {
|
||||||
|
|
||||||
checkstyleMain.exclude '**/io/grpc/okhttp/internal/**'
|
checkstyleMain.exclude '**/io/grpc/okhttp/internal/**'
|
||||||
|
|
||||||
javadoc.exclude 'io/grpc/okhttp/internal/**'
|
javadoc {
|
||||||
javadoc.options.links 'http://square.github.io/okhttp/2.x/okhttp/'
|
options.links 'http://square.github.io/okhttp/2.x/okhttp/'
|
||||||
|
exclude 'io/grpc/okhttp/Internal*'
|
||||||
|
exclude 'io/grpc/okhttp/internal/**'
|
||||||
|
}
|
||||||
|
|
||||||
jacocoTestReport {
|
jacocoTestReport {
|
||||||
classDirectories.from = sourceSets.main.output.collect {
|
classDirectories.from = sourceSets.main.output.collect {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue