mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
3532fd2c3f
commit
3cc8f54a20
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user