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 8121cef commit de119e4Copy full SHA for de119e4
x-pack/plugin/ent-search/build.gradle
@@ -74,6 +74,10 @@ tasks.named("yamlRestTest") {
74
usesDefaultDistribution("uses the xpack/usage api")
75
}
76
77
+tasks.namd("yamlRestTestV7CompatTest") {
78
+ usesDefaultDistribution("uses the xpack/usage api")
79
+}
80
+
81
tasks.named("yamlRestTestV7CompatTransform") { task ->
82
// Behavioral Analytics is deprecated with 9.0.0.
83
task.addAllowedWarning("Behavioral Analytics is deprecated and will be removed in a future release.")
0 commit comments