From 533d5abf4ff326032695e0039f0a642074cce64c Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 4 Sep 2017 13:31:09 +0100 Subject: [PATCH 1/1] JAL-2418 JAL-2116 use 1.7+ and 1.9+ for the version specification - try to suppress the 'this application is asking for a later version of Java than you have installed...' message --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 9e21593..eb30ef0 100755 --- a/build.xml +++ b/build.xml @@ -451,8 +451,8 @@ - - j2se version="9+" + + j2se version="1.9+" -- 1.7.10.2