diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-03-19 13:51:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-03-19 13:51:05 +0000 |
commit | 9017f15aadbecbd5787921430934335b56af74fe (patch) | |
tree | 6b6de7206dc52fb35e093b6392b8a1a507325a87 /poi-excelant/build.gradle | |
parent | 36da005d3a275efc161bd71fc87f0403b8ca2aaf (diff) | |
download | poi-9017f15aadbecbd5787921430934335b56af74fe.tar.gz poi-9017f15aadbecbd5787921430934335b56af74fe.zip |
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
Diffstat (limited to 'poi-excelant/build.gradle')
-rw-r--r-- | poi-excelant/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index 3e5e655de2..779fca31dc 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -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 += [ |