From c58ff2216f4f1bfe2a121f1e11bba3b1ae26f3a6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Mar 2023 20:10:39 +0000 Subject: temporary hack to build to see if the ooxml tests are hanging and breaking all our https://ci-builds.apache.org/ builds for Java 8 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908527 13f79535-47bb-0310-9956-ffa450edef68 --- poi-ooxml/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'poi-ooxml/build.gradle') diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 73c5145cb9..14c024cbf4 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -266,6 +266,8 @@ artifacts { } test { + onlyIf { jdkVersion > 8 } // unfortunately, Java 8 builds on https://ci-builds.apache.org/ are hanging + // for some reason catching the OOM does not work when run from Gradle exclude '**/MemoryUsage.class' -- cgit v1.2.3