Browse Source

Add client flag for percolator module build

Ryan Ernst 9 years ago
parent
commit
c36850f114
1 changed files with 2 additions and 1 deletions
  1. 2 1
      modules/percolator/build.gradle

+ 2 - 1
modules/percolator/build.gradle

@@ -20,7 +20,8 @@
 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"
-compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"
+compileTestJava.options.compilerArgs << "-Xlint:-deprecation,-rawtypes"