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