From 28be9980407bc011a2bb4170bfe7334c050e2e91 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 11 Jan 2023 23:52:27 +0100 Subject: [tests] Added `ant test.ecj19` and updated tests Tests updated because ecj finally fixed their pretty printer for records, yay! --- buildScripts/ivy.xml | 2 ++ buildScripts/tests.ant.xml | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 1c652a40..4eac69d6 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -29,6 +29,7 @@ + @@ -77,6 +78,7 @@ + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 00e9aeb2..27795dea 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -216,16 +216,21 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + + + + + + -- cgit