Fix failing BuildExamplePluginsIT test

This commit is contained in:
Alpar Torok 2018-08-17 11:14:58 +03:00
parent d16562eab5
commit 148a76f0c7
1 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@ esplugin {
name 'custom-suggester'
description 'An example plugin showing how to write and register a custom suggester'
classname 'org.elasticsearch.example.customsuggester.CustomSuggesterPlugin'
licenseFile rootProject.file('licenses/APACHE-LICENSE-2.0.txt')
noticeFile rootProject.file('NOTICE.txt')
}
integTestCluster {