From 88f8cdb3a2d147f90c5a64e5cac27ec006dbf614 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 03:17:18 +0100 Subject: [build] remove some errors in eclipse. The ant task we use for streaming test reporting in the ant script needs deps we don't wanna include in eclipse, so I moved it to a src dir that we don't include in eclipse by default. --- buildScripts/tests.ant.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildScripts/tests.ant.xml') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index ae969ee3..4cd36b9e 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -26,7 +26,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + -- cgit