MINOR: Generate javadocs on all source files for streams:test-utils (#16556)

Reviewers: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
Vincent Rose 2024-07-09 11:32:16 -07:00 committed by GitHub
parent cfc7bb90ae
commit 43676f7612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -2518,10 +2518,6 @@ project(':streams:test-utils') {
testRuntimeOnly libs.junitPlatformLanucher testRuntimeOnly libs.junitPlatformLanucher
} }
javadoc {
include "**/org/apache/kafka/streams/test/**"
}
tasks.create(name: "copyDependantLibs", type: Copy) { tasks.create(name: "copyDependantLibs", type: Copy) {
from (configurations.runtimeClasspath) { from (configurations.runtimeClasspath) {
exclude('kafka-streams*') exclude('kafka-streams*')