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