KAFKA-12417: streams copyDependentLibs should not copy testRuntime configuration jars (#10466)

This also fixes a Gradle deprecation that unblocks the upgrade to Gradle 7.0.

Reviewers: Ismael Juma <ismael@juma.me.uk>
This commit is contained in:
Dejan Stojadinović 2021-04-28 20:31:37 +02:00 committed by GitHub
parent ab06aef2b8
commit e57973bbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1667,11 +1667,6 @@ project(':streams') {
}
tasks.create(name: "copyDependantLibs", type: Copy) {
from (configurations.testRuntime) {
include('slf4j-log4j12*')
include('log4j*jar')
include('*hamcrest*')
}
from (configurations.runtimeClasspath) {
exclude('kafka-clients*')
}