Skip to content

Commit 075cd24

Browse files
authored
[TEST] Fix ccs-unavailable-clusters QA tests build (#114833)
Properly use `configureEach` on the task configuration to postpone the tasks creation and configuration in the build process
1 parent 6ec7a9a commit 075cd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/ccs-unavailable-clusters/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
1212
apply plugin: 'elasticsearch.internal-java-rest-test'
1313

1414

15-
tasks.withType(StandaloneRestIntegTestTask) {
15+
tasks.withType(StandaloneRestIntegTestTask).configureEach {
1616
usesDefaultDistribution()
1717
}

0 commit comments

Comments
 (0)