浏览代码

Fix failing BuildExamplePluginsIT test

Alpar Torok 7 年之前
父节点
当前提交
148a76f0c7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      plugins/examples/custom-suggester/build.gradle

+ 3 - 1
plugins/examples/custom-suggester/build.gradle

@@ -23,6 +23,8 @@ esplugin {
     name 'custom-suggester'
     name 'custom-suggester'
     description 'An example plugin showing how to write and register a custom suggester'
     description 'An example plugin showing how to write and register a custom suggester'
     classname 'org.elasticsearch.example.customsuggester.CustomSuggesterPlugin'
     classname 'org.elasticsearch.example.customsuggester.CustomSuggesterPlugin'
+    licenseFile rootProject.file('licenses/APACHE-LICENSE-2.0.txt')
+    noticeFile rootProject.file('NOTICE.txt')
 }
 }
 
 
 integTestCluster {
 integTestCluster {
@@ -30,4 +32,4 @@ integTestCluster {
 }
 }
 
 
 // this plugin has no unit tests, only rest tests
 // this plugin has no unit tests, only rest tests
-tasks.test.enabled = false
+tasks.test.enabled = false