Replaces testClassesDir with testClassesDirs in ccr build
Relates #30389
This commit is contained in:
parent
2c10cd3e1d
commit
1185ddbcc6
|
@ -26,7 +26,7 @@ task internalClusterTest(type: RandomizedTestingTask,
|
|||
dependsOn: test.dependsOn) {
|
||||
configure(BuildPlugin.commonTestConfig(project))
|
||||
classpath = project.test.classpath
|
||||
testClassesDir = project.test.testClassesDir
|
||||
testClassesDirs = project.test.testClassesDirs
|
||||
include '**/*IT.class'
|
||||
systemProperty 'es.set.netty.runtime.available.processors', 'false'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue