mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
Meta plugins existed only for a short time, in order to enable breaking up x-pack into multiple plugins. However, now that x-pack is no longer installed as a plugin, the need for them has disappeared. This commit removes the meta plugins infrastructure.
12 lines
269 B
Groovy
12 lines
269 B
Groovy
apply plugin: 'elasticsearch.vagrantsupport'
|
|
apply plugin: 'elasticsearch.vagrant'
|
|
|
|
esvagrant {
|
|
inheritTestUtils true
|
|
}
|
|
|
|
dependencies {
|
|
// Inherit Bats test utils from :qa:vagrant project
|
|
packaging project(path: ':qa:vagrant', configuration: 'packaging')
|
|
}
|