From 0beee42a19d64a061220cae99a81264b38a9ed0b Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 19 Nov 2018 20:47:03 +0000 Subject: [PATCH] Try to workaround/ignore kept open files of JaCoCo ant task git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846945 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml index 26bd57e108..a228a22374 100644 --- a/src/integrationtest/build.xml +++ b/src/integrationtest/build.xml @@ -82,7 +82,9 @@ Before running this, you should execute the "assemble" target in the main build. - + + + -- 2.39.5