mirror of https://github.com/apache/kafka.git
MINOR: Generate javadocs on all source files for streams:test-utils (#16556)
Reviewers: Matthias J. Sax <matthias@confluent.io>
This commit is contained in:
parent
cfc7bb90ae
commit
43676f7612
|
@ -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*')
|
||||||
|
|
Loading…
Reference in New Issue