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:
Andreas Beeker 2021-08-29 20:14:19 +00:00
parent 1ef368ab02
commit 519c6ef77f
1 changed files with 3 additions and 1 deletions

View File

@ -32,9 +32,11 @@ sourceSets {
output.dir(TEST9_OUT, builtBy: 'cacheTest9')
}
if (IBMVM) {
java {
exclude '**/HeapDump**'
}
}
}
}
dependencies {