mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[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
This commit is contained in:
parent
6ec7a9ab23
commit
075cd24043
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
|
||||||
apply plugin: 'elasticsearch.internal-java-rest-test'
|
apply plugin: 'elasticsearch.internal-java-rest-test'
|
||||||
|
|
||||||
|
|
||||||
tasks.withType(StandaloneRestIntegTestTask) {
|
tasks.withType(StandaloneRestIntegTestTask).configureEach {
|
||||||
usesDefaultDistribution()
|
usesDefaultDistribution()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue