File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
x-pack/rest-resources-zip Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ restResources {
25
25
}
26
26
27
27
configurations {
28
- basicRestSpecs {
28
+ restTests {
29
29
attributes {
30
30
attribute(ArtifactTypeDefinition . ARTIFACT_TYPE_ATTRIBUTE , ArtifactTypeDefinition . DIRECTORY_TYPE )
31
31
}
32
32
}
33
33
}
34
34
35
35
artifacts {
36
- basicRestSpecs (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
36
+ restTests (new File (projectDir, " src/yamlRestTest/resources/rest-api-spec/test" ))
37
37
}
38
38
39
39
dependencies {
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ dependencies {
22
22
freeTests project(path : ' :modules:analysis-common' , configuration : ' restTests' )
23
23
freeTests project(path : ' :modules:data-streams' , configuration : ' restTests' )
24
24
freeTests project(path : ' :modules:ingest-geoip' , configuration : ' restTests' )
25
+ freeTests project(path : ' :modules:streams' , configuration : ' restTests' )
25
26
compatApis project(path : ' :rest-api-spec' , configuration : ' restCompatSpecs' )
26
27
compatApis project(path : ' :x-pack:plugin' , configuration : ' restCompatSpecs' )
27
28
freeCompatTests project(path : ' :rest-api-spec' , configuration : ' restCompatTests' )
You can’t perform that action at this time.
0 commit comments