We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7a9a commit 075cd24Copy full SHA for 075cd24
qa/ccs-unavailable-clusters/build.gradle
@@ -12,6 +12,6 @@ import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
12
apply plugin: 'elasticsearch.internal-java-rest-test'
13
14
15
-tasks.withType(StandaloneRestIntegTestTask) {
+tasks.withType(StandaloneRestIntegTestTask).configureEach {
16
usesDefaultDistribution()
17
}
0 commit comments