From fe753d473788fc24030d7066654c56c33fff23b5 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 13 May 2021 12:11:43 +0000 Subject: [PATCH] Fix two more invalid paths for the Java 9+ compilation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889842 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 62e72b7f1a..afe0ef2663 100644 --- a/build.xml +++ b/build.xml @@ -979,7 +979,7 @@ under the License. fork="true" modulepath="lib/ooxml" unless:true="${isJava8}"> - + @@ -1275,7 +1275,7 @@ under the License. fork="true" modulepath="${basedir}/lib/main-tests" unless:true="${isJava8}"> - + -- 2.39.5