mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
1d3921f581
Original commit: elastic/x-pack-elasticsearch@dbb5d4a215
14 lines
337 B
Groovy
14 lines
337 B
Groovy
apply plugin: 'elasticsearch.vagrantsupport'
|
|
apply plugin: 'elasticsearch.vagrant'
|
|
|
|
esvagrant {
|
|
inheritTestUtils true
|
|
}
|
|
|
|
dependencies {
|
|
bats project(path: ':x-pack-elasticsearch:plugin', configuration: 'zip')
|
|
|
|
// Inherit Bats test utils from :qa:vagrant project
|
|
bats project(path: ':qa:vagrant', configuration: 'bats')
|
|
}
|