From 3712bf58196cd0bd56fad213547dee12029e7cbf Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 20 Sep 2016 00:01:45 +0200 Subject: [PATCH] LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on Java 9 (this changed with recent EA build b135) --- lucene/CHANGES.txt | 5 +++++ lucene/common-build.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 20dee0cc68e..a4a121ead18 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -70,6 +70,11 @@ Optimizations Other +Build + +* LUCENE-7292: Fix build to use "--release 8" instead of "-release 8" on + Java 9 (this changed with recent EA build b135). (Uwe Schindler) + ======================= Lucene 6.2.1 ======================= (No Changes) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index 1820e0075ee..0fa6b3fa6ee 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -1942,7 +1942,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list} - + @@ -2072,7 +2072,7 @@ ${ant.project.name}.test.dependencies=${test.classpath.list} - +