try ant for jdk 20 build due to policeman issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-12-22 10:59:41 +00:00
parent 3532fd2c3f
commit 3cc8f54a20
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ poijobs.each { poijob ->
} else {
ant {
targets(['clean', 'jenkins'] + (poijob.properties ?: []))
prop('coverage.enabled', true)
prop('coverage.enabled', !poijob.skipSpotbugs)
// Properties did not work, so I had to use targets instead
//properties(poijob.properties ?: '')
antInstallation(antRT)