Skip to content

Commit 1185ddb

Browse files
committed
Replaces testClassesDir with testClassesDirs in ccr build
Relates #30389
1 parent 2c10cd3 commit 1185ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task internalClusterTest(type: RandomizedTestingTask,
2626
dependsOn: test.dependsOn) {
2727
configure(BuildPlugin.commonTestConfig(project))
2828
classpath = project.test.classpath
29-
testClassesDir = project.test.testClassesDir
29+
testClassesDirs = project.test.testClassesDirs
3030
include '**/*IT.class'
3131
systemProperty 'es.set.netty.runtime.available.processors', 'false'
3232
}

0 commit comments

Comments
 (0)