We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c10cd3 commit 1185ddbCopy full SHA for 1185ddb
x-pack/plugin/ccr/build.gradle
@@ -26,7 +26,7 @@ task internalClusterTest(type: RandomizedTestingTask,
26
dependsOn: test.dependsOn) {
27
configure(BuildPlugin.commonTestConfig(project))
28
classpath = project.test.classpath
29
- testClassesDir = project.test.testClassesDir
+ testClassesDirs = project.test.testClassesDirs
30
include '**/*IT.class'
31
systemProperty 'es.set.netty.runtime.available.processors', 'false'
32
}
0 commit comments