mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
f3ec4a5208
Thanks to some great work by a bunch of amazing people, the chuck norris xpack split is a go! Original commit: elastic/x-pack-elasticsearch@dad98e28f4
14 lines
342 B
Groovy
14 lines
342 B
Groovy
apply plugin: 'elasticsearch.vagrantsupport'
|
|
apply plugin: 'elasticsearch.vagrant'
|
|
|
|
esvagrant {
|
|
inheritTestUtils true
|
|
}
|
|
|
|
dependencies {
|
|
bats project(path: ':x-pack-elasticsearch:plugin:core', configuration: 'zip')
|
|
|
|
// Inherit Bats test utils from :qa:vagrant project
|
|
bats project(path: ':qa:vagrant', configuration: 'bats')
|
|
}
|