From 2a55bfa0bd0949dfc1ee6f46c27052f669234053 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 27 Mar 2018 21:23:33 +0200 Subject: [JDK10] Building lombok on JDK10 now works fine. --- build.xml | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index f6988255..b55b2866 100644 --- a/build.xml +++ b/build.xml @@ -28,11 +28,18 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + - + + + + + + @@ -102,12 +109,17 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + + + + + + - + @@ -127,9 +139,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + @@ -164,10 +177,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + @@ -176,6 +191,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -208,16 +224,19 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + @@ -239,6 +258,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + @@ -512,6 +532,7 @@ ${sourceWarning} + -- cgit