Build: Set xpack to require keystore

See https://github.com/elastic/elasticsearch/pull/26329

Original commit: elastic/x-pack-elasticsearch@e77361a6d5
This commit is contained in:
Ryan Ernst 2017-08-24 14:09:07 -07:00
parent 8e4ded82c0
commit 13672dad13
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ esplugin {
description 'Elasticsearch Expanded Pack Plugin'
classname 'org.elasticsearch.xpack.XPackPlugin'
hasNativeController true
requiresKeystore true
licenseFile project(':x-pack-elasticsearch').file('LICENSE.txt')
noticeFile project(':x-pack-elasticsearch').file('NOTICE.txt')
}