< prev index next >

apps/samples/Ensemble8/build.gradle

Print this page
rev 11044 : 8209652: Ensemble: Update version of Lucene to 7.4.0
Reviewed-by:

*** 2,14 **** apply plugin:'application' def mainClassName = "ensemble.EnsembleApp" def FileCollection apachecp = files( ! "./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', --- 2,14 ---- apply plugin:'application' def mainClassName = "ensemble.EnsembleApp" def FileCollection apachecp = files( ! "./lib/lucene-core-7.4.0.jar", ! "./lib/lucene-grouping-7.4.0.jar", ! "./lib/lucene-queryparser-7.4.0.jar") sourceSets { main { java { srcDirs 'src/app/java',
< prev index next >