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 b6bff56 commit c6c6596Copy full SHA for c6c6596
x-pack/plugin/searchable-snapshots/build.gradle
@@ -15,6 +15,8 @@ dependencies {
15
internalClusterTestImplementation project(path: xpackModule('core'), configuration: 'testArtifacts')
16
}
17
18
+
19
20
// add all sub-projects of the qa sub-project
21
gradle.projectsEvaluated {
22
project.subprojects
@@ -38,8 +40,9 @@ artifacts {
38
40
testArtifacts testJar
39
41
42
-testClusters.all {
43
+internalClusterTest {
44
if (BuildParams.isSnapshotBuild() == false) {
45
systemProperty 'es.searchable_snapshots_feature_enabled', 'true'
46
47
48
0 commit comments