mirror of https://github.com/apache/kafka.git
HOTFIX: Generate javadocs for all Streams packages with the exception of internals
Author: Michael G. Noll <michael@confluent.io> Reviewers: Eno Thereska, Gwen Shapira Closes #1013 from miguno/trunk-streams-javadocs-fixes
This commit is contained in:
parent
f7887bd6f9
commit
6d65edebae
|
@ -549,7 +549,8 @@ project(':streams') {
|
||||||
}
|
}
|
||||||
|
|
||||||
javadoc {
|
javadoc {
|
||||||
include "**/org/apache/kafka/streams/*"
|
include "**/org/apache/kafka/streams/**"
|
||||||
|
exclude "**/internals/**"
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.create(name: "copyDependantLibs", type: Copy) {
|
tasks.create(name: "copyDependantLibs", type: Copy) {
|
||||||
|
|
Loading…
Reference in New Issue