From 43676f7612b2155ecada54c61b129d996f58bae2 Mon Sep 17 00:00:00 2001 From: Vincent Rose Date: Tue, 9 Jul 2024 11:32:16 -0700 Subject: [PATCH] MINOR: Generate javadocs on all source files for streams:test-utils (#16556) Reviewers: Matthias J. Sax --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0199149153a..3c202567b04 100644 --- a/build.gradle +++ b/build.gradle @@ -2518,10 +2518,6 @@ project(':streams:test-utils') { testRuntimeOnly libs.junitPlatformLanucher } - javadoc { - include "**/org/apache/kafka/streams/test/**" - } - tasks.create(name: "copyDependantLibs", type: Copy) { from (configurations.runtimeClasspath) { exclude('kafka-streams*')