From 4401562b8f7e0170b6a510f50c5ed3dc1b0cdad1 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 18 Feb 2019 23:49:01 +0100 Subject: [build] ecj-ified all attempts to build anything targeted at below java9 (so, most of it), because right now only javac from JDK9 can be used to build lombok and that’s a sad state of affairs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/build.xml b/build.xml index 4ab74f21..c1254f0e 100644 --- a/build.xml +++ b/build.xml @@ -190,7 +190,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -198,9 +198,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - + + + @@ -223,19 +223,19 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + - + @@ -261,7 +261,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -270,9 +270,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - + + + @@ -281,8 +281,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - + + + @@ -1002,7 +1003,8 @@ You can also create your own by writing a 'testenvironment.properties' file. The - + + -- cgit