From 9498849d692040b8a57bc9f3332fa46f4b4c3665 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 03:01:59 +0100 Subject: [testing] Fixing running older tests. the new formatter is nice, but needed to be compile with 1.6, otherwise running junit on older VMs doesn't work. --- buildScripts/ivy.xml | 1 + buildScripts/tests.ant.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 7994af89..12dd2c5b 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -39,6 +39,7 @@ + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 98bc32e7..cdef471f 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -26,9 +26,10 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + + - + -- cgit