diff options
-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 += [ |