mirror of https://github.com/grpc/grpc-java.git
services: Exclude io.grpc.protobuf.services.internal from javadoc
This commit is contained in:
parent
18602b74e1
commit
38ef8d22d4
|
|
@ -40,6 +40,7 @@ configureProtoCompilation()
|
||||||
tasks.named("javadoc").configure {
|
tasks.named("javadoc").configure {
|
||||||
exclude 'io/grpc/services/Internal*.java'
|
exclude 'io/grpc/services/Internal*.java'
|
||||||
exclude 'io/grpc/services/internal/*'
|
exclude 'io/grpc/services/internal/*'
|
||||||
|
exclude 'io/grpc/protobuf/services/internal/*'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named("jacocoTestReport").configure {
|
tasks.named("jacocoTestReport").configure {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue