From 10d824ace86828acaa8ebc84b598e4cb87b4890b Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Tue, 23 Mar 2021 18:10:18 +0100 Subject: Fix test compile order --- buildScripts/tests.ant.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 140983bc..a96873e5 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -83,7 +83,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn --limit-modules java.base,jdk.unsupported - + Running TestJavac on JVM${ant.java.version}, with lowest supported javac: 1.6. @@ -102,7 +102,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + Running TestJavac on JVM${ant.java.version}, with javac: 1.8. @@ -140,21 +140,21 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + - + - + Running TestJavac on JVM${ant.java.version}, with the javac built into your VM distributon. @@ -194,21 +194,21 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + - + - + @@ -243,11 +243,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + @@ -272,22 +272,22 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + - + - + -- cgit