mirror of https://github.com/grpc/grpc-java.git
parent
33c30db42c
commit
b69b15fddb
|
|
@ -28,5 +28,4 @@ dependencies {
|
||||||
javadoc {
|
javadoc {
|
||||||
// We want io.grpc.Internal, but not io.grpc.Internal*
|
// We want io.grpc.Internal, but not io.grpc.Internal*
|
||||||
exclude 'io/grpc/Internal?*.java'
|
exclude 'io/grpc/Internal?*.java'
|
||||||
exclude 'io/grpc/internal/**'
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
|
exclude 'io/grpc/internal/**'
|
||||||
// Disabled until kinda stable.
|
// Disabled until kinda stable.
|
||||||
exclude 'io/grpc/perfmark/**'
|
exclude 'io/grpc/perfmark/**'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue