From 6723525c4a1ba368b6f7c6a58ddd6b15fc77c3aa Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 01:16:39 +0100 Subject: [testing] unbroke 'ant test.javac8'. --- buildScripts/compile.ant.xml | 2 +- buildScripts/tests.ant.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'buildScripts') diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 00909db8..cd0672b5 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -50,7 +50,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and buil Lombok version: ${lombok.version} (${lombok.fullversion}) - + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index f250b340..079ec85a 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -88,6 +88,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + @@ -105,6 +106,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + -- cgit