Skip to content

Commit

Permalink
Specify REST API specs for yamlRestTest
Browse files Browse the repository at this point in the history
Closes: #139

Signed-off-by: Lukáš Vlček <[email protected]>
  • Loading branch information
lukas-vlcek committed Jan 30, 2023
1 parent 48506d4 commit 5708192
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ dependencies {
implementation group: 'io.prometheus', name: 'simpleclient_common', version: '0.16.0'
}

restResources {
restApi {
includeCore '_common', 'cat', 'cluster', 'nodes', 'indices', 'index'
}
}

test {
include '**/*Tests.class'
}
Expand Down

0 comments on commit 5708192

Please sign in to comment.