temporary hack to build to see if the integration tests are haning and breaking all our https://ci-builds.apache.org/ builds for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908517 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-03-19 13:51:05 +00:00
parent 36da005d3a
commit 9017f15aad
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ artifacts {
test {
dependsOn { testJar }
onlyIf { jdkVersion > 8 } // unfortunately, Java 8 builds on https://ci-builds.apache.org/ are hanging
doFirst {
jvmArgs += [