|
@@ -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 {
|
|
@@ -30,4 +32,4 @@ integTestCluster {
|
|
|
}
|
|
|
|
|
|
// this plugin has no unit tests, only rest tests
|
|
|
-tasks.test.enabled = false
|
|
|
+tasks.test.enabled = false
|