From ccd6a4e8951826e51802ef5b2ebe3d23d2febe29 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 02:20:44 +0100 Subject: [testing] made the test script a bit more consistent --- buildScripts/tests.ant.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index dc0b4147..98bc32e7 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -67,16 +67,16 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestJavac on JVM${ant.java.version}, with lowest supported javac: 1.6. + + - - @@ -86,11 +86,12 @@ 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. + - + @@ -108,7 +109,8 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestJavac with JVM ${jvm.loc.@{version}}. - + + @@ -131,6 +133,7 @@ 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. + @@ -145,10 +148,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestEclipse on eclipse-@{version} on JVM${ant.java.version}. + - + -- cgit