mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
505be44699
commit
c58ff2216f
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue