Merge branch '2.5.x'

Closes gh-28746
This commit is contained in:
Andy Wilkinson
2021-11-19 10:19:14 +00:00
5 changed files with 88 additions and 7 deletions

View File

@@ -293,7 +293,9 @@ bom {
}
group("org.elasticsearch.distribution.integ-test-zip") {
modules = [
"elasticsearch"
"elasticsearch" {
type = 'zip'
}
]
}
group("org.elasticsearch.plugin") {