< prev index next >

apps/samples/Ensemble8/build.gradle

Print this page
rev 9898 : 8178275: Ensemble: Upgrade version of Lucene to 7.1.0
Reviewed-by: aghaisas, prr

@@ -2,12 +2,13 @@
 apply plugin:'application'
 
 def mainClassName = "ensemble.EnsembleApp"
 
 def FileCollection apachecp = files(
-   "./lib/lucene-grouping-3.2.0.jar",
-   "./lib/lucene-core-3.2.0.jar")
+   "./lib/lucene-core-7.1.0.jar",
+   "./lib/lucene-grouping-7.1.0.jar",
+   "./lib/lucene-queryparser-7.1.0.jar")
 
 sourceSets {
     main {
         java {
             srcDirs 'src/app/java',
< prev index next >