diff --git a/plugin/build.gradle b/plugin/build.gradle index c14a04c5e7a..14b2a394d7b 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -24,6 +24,7 @@ esplugin { name 'x-pack' description 'Elasticsearch Expanded Pack Plugin' classname 'org.elasticsearch.xpack.XPackPlugin' + hasNativeController true licenseFile project(':x-pack-elasticsearch').file('LICENSE.txt') noticeFile project(':x-pack-elasticsearch').file('NOTICE.txt') }