From 75438f1306d64d39ffc3db461ad210165a98f338 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 13 May 2021 12:11:40 +0000 Subject: [PATCH] Print out state of isJava8 when building jars It seems this is not set properly in some of the CI-builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889841 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 6c05350a58..62e72b7f1a 100644 --- a/build.xml +++ b/build.xml @@ -569,7 +569,7 @@ under the License. This is POI ${version.id} - Java Version ${ant.java.version}/${java.version} + Java Version ${ant.java.version}/${java.version}, isJava8: ${isJava8} Timestamp ${DSTAMP} The main targets of interest are: - clean Erase all build work products (ie. everything in the build directory) @@ -612,7 +612,7 @@ under the License. - + REL_${version.id} @@ -1082,6 +1082,8 @@ under the License. + + @@ -1139,6 +1141,8 @@ under the License. + + @@ -2201,6 +2205,8 @@ under the License. + +