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) {
|
dependsOn: test.dependsOn) {
|
||||||
configure(BuildPlugin.commonTestConfig(project))
|
configure(BuildPlugin.commonTestConfig(project))
|
||||||
classpath = project.test.classpath
|
classpath = project.test.classpath
|
||||||
testClassesDir = project.test.testClassesDir
|
testClassesDirs = project.test.testClassesDirs
|
||||||
include '**/*IT.class'
|
include '**/*IT.class'
|
||||||
systemProperty 'es.set.netty.runtime.available.processors', 'false'
|
systemProperty 'es.set.netty.runtime.available.processors', 'false'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue