mirror of https://github.com/apache/kafka.git
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:
parent
ab06aef2b8
commit
e57973bbf2
|
|
@ -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*')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue