mirror of https://github.com/grpc/grpc-java.git
binder: Exclude internal classes from javadoc
This commit is contained in:
parent
d4cd926c96
commit
95508e19df
|
|
@ -96,6 +96,8 @@ tasks.withType(JavaCompile).configureEach {
|
|||
|
||||
tasks.register("javadocs", Javadoc) {
|
||||
source = android.sourceSets.main.java.srcDirs
|
||||
exclude 'io/grpc/binder/internal/**'
|
||||
exclude 'io/grpc/binder/Internal*'
|
||||
classpath += files(android.getBootClasspath())
|
||||
classpath += files({
|
||||
android.libraryVariants.collect { variant ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue