From 5b3565ed7e6fe5a1d027f9f60e151a6fa2e2208b Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Fri, 13 Jan 2017 20:20:31 +0100 Subject: [PATCH] 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. --- build.xml | 2 +- lucene/CHANGES.txt | 3 +++ lucene/common-build.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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} -