mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Add client flag for percolator module build
This commit is contained in:
parent
20b038d976
commit
c36850f114
@ -20,7 +20,8 @@
|
|||||||
esplugin {
|
esplugin {
|
||||||
description 'Percolator module adds capability to index queries and query these queries by specifying documents'
|
description 'Percolator module adds capability to index queries and query these queries by specifying documents'
|
||||||
classname 'org.elasticsearch.percolator.PercolatorPlugin'
|
classname 'org.elasticsearch.percolator.PercolatorPlugin'
|
||||||
|
hasClientJar = true
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
compileJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
||||||
compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user