Add client flag for percolator module build

This commit is contained in:
Ryan Ernst 2016-07-14 02:41:58 -07:00
parent 20b038d976
commit c36850f114
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
esplugin {
description 'Percolator module adds capability to index queries and query these queries by specifying documents'
classname 'org.elasticsearch.percolator.PercolatorPlugin'
hasClientJar = true
}
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"