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:
Michael G. Noll 2016-03-04 10:28:55 -08:00 committed by Gwen Shapira
parent f7887bd6f9
commit 6d65edebae
1 changed files with 2 additions and 1 deletions

View File

@ -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) {