We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596ec18 commit 7942e40Copy full SHA for 7942e40
x-pack/plugin/ccr/build.gradle
@@ -31,11 +31,8 @@ task internalClusterTest(type: RandomizedTestingTask,
31
systemProperty 'es.set.netty.runtime.available.processors', 'false'
32
}
33
34
-check {
35
- dependsOn = [internalClusterTest, 'qa:multi-cluster:followClusterTest', 'qa:multi-cluster-with-security:followClusterTest']
36
-}
37
-
38
internalClusterTest.mustRunAfter test
+check.dependsOn(internalClusterTest, 'qa:multi-cluster:followClusterTest', 'qa:multi-cluster-with-security:followClusterTest')
39
40
dependencies {
41
compileOnly "org.elasticsearch:elasticsearch:${version}"
0 commit comments