Author: fanningpj
Date: Sun Mar 19 20:10:39 2023
New Revision: 1908527
URL: http://svn.apache.org/viewvc?rev=1908527&view=rev
Log:
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
Modified:
poi/trunk/poi-ooxml/build.gradle
Modified: poi/trunk/poi-ooxml/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1908527&r1=1908526&r2=1908527&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Sun Mar 19 20:10:39 2023
@@ -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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]