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 e60efe2 commit 11c0e09Copy full SHA for 11c0e09
x-pack/rest-resources-zip/build.gradle
@@ -29,6 +29,7 @@ dependencies {
29
platinumTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restXpackTests')
30
platinumTests project(path: ':x-pack:plugin:ent-search', configuration: 'restXpackTests')
31
platinumTests project(path: ':x-pack:plugin:inference', configuration: 'restXpackTests')
32
+ platinumTests project(path: ':x-pack:plugin:watcher:qa:rest', configuration: 'restXpackTests')
33
platinumCompatTests project(path: ':x-pack:plugin', configuration: 'restCompatTests')
34
platinumCompatTests project(path: ':x-pack:plugin:eql:qa:rest', configuration: 'restCompatTests')
35
}
0 commit comments