diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-19 20:10:39 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-19 20:10:39 +0000 |
commit | c58ff2216f4f1bfe2a121f1e11bba3b1ae26f3a6 (patch) | |
tree | 2b9bc46c2fb0d9f120c2b7a32b86f0932baf6b6a /poi-ooxml/build.gradle | |
parent | 505be44699165a8bc78f156b5fddabb07b064878 (diff) | |
download | poi-c58ff2216f4f1bfe2a121f1e11bba3b1ae26f3a6.tar.gz poi-c58ff2216f4f1bfe2a121f1e11bba3b1ae26f3a6.zip |
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
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
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' |