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