Browse Source

MINOR: Publish metrics package in the javadoc (#9036)

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
pull/5138/merge
David Jacot 4 years ago committed by GitHub
parent
commit
0b181fdde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      build.gradle

2
build.gradle

@ -1087,6 +1087,8 @@ project(':clients') { @@ -1087,6 +1087,8 @@ project(':clients') {
include "**/org/apache/kafka/common/annotation/*"
include "**/org/apache/kafka/common/errors/*"
include "**/org/apache/kafka/common/header/*"
include "**/org/apache/kafka/common/metrics/*"
include "**/org/apache/kafka/common/metrics/stats/*"
include "**/org/apache/kafka/common/resource/*"
include "**/org/apache/kafka/common/serialization/*"
include "**/org/apache/kafka/common/config/*"

Loading…
Cancel
Save