mirror of https://github.com/apache/poi.git
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:
parent
36da005d3a
commit
9017f15aad
|
@ -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 += [
|
||||
|
|
Loading…
Reference in New Issue