mirror of https://github.com/apache/poi.git
exclude HeapDump class for ibm build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ef368ab02
commit
519c6ef77f
|
@ -32,7 +32,9 @@ sourceSets {
|
||||||
output.dir(TEST9_OUT, builtBy: 'cacheTest9')
|
output.dir(TEST9_OUT, builtBy: 'cacheTest9')
|
||||||
}
|
}
|
||||||
if (IBMVM) {
|
if (IBMVM) {
|
||||||
exclude '**/HeapDump**'
|
java {
|
||||||
|
exclude '**/HeapDump**'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue