From 2c202e9c959b0350f0b5e37b06713b6b8c845e51 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 20 Aug 2018 21:41:40 +0200 Subject: Fix version match, and remove debug echos java.version contains 1.8.0_131 where ant.java.version only contains 1.8 --- build.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/build.xml b/build.xml index 17a9775d..c9411d7e 100644 --- a/build.xml +++ b/build.xml @@ -162,20 +162,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - - - - - - - + - To compile lombok, you need JDK9 or higher; lombok requires this version because it's rather difficult to produce lombok builds that are compatible on JDK9 without at least building with JDK9. Sorry about that. -- cgit