Browse Source

MINOR: Don't publish javadocs for raft module (#9336)

Reviewers: Jason Gustafson <jason@confluent.io>
pull/9322/merge
Ismael Juma 4 years ago committed by GitHub
parent
commit
af27c2ddfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

2
build.gradle

@ -1210,7 +1210,7 @@ project(':raft') { @@ -1210,7 +1210,7 @@ project(':raft') {
}
javadoc {
include "**/org/apache/kafka/raft/*"
enabled = false
}
}

Loading…
Cancel
Save