diff --git a/build.xml b/build.xml index c06273c83b1..07c01c21977 100644 --- a/build.xml +++ b/build.xml @@ -20,7 +20,7 @@ - + diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 491292011fc..040f4e0ef5b 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -270,6 +270,9 @@ Build Lucene and Solr DOAP RDF files into the Git source repository under dev-tools/doap/ and then pulling release dates from those files, rather than from JIRA. (Mano Kovacs, hossman, Steve Rowe) + +* LUCENE-7596: Update Groovy to version 2.4.8 to allow building with Java 9 + build 148+. Also update JGit version for working-copy checks. (Uwe Schindler) ======================= Lucene 6.3.0 ======================= diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 42cd140e59d..87d2e0a7387 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -2332,7 +2332,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list} -