use spotbugs in xmlbeans builds

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-08-18 21:04:17 +00:00
parent a73348fe8b
commit 02a363d37c
1 changed files with 8 additions and 0 deletions

View File

@ -571,6 +571,14 @@ xmlbeansjobs.each { xjob ->
publishTestStabilityData()
}
}
recordIssues {
tools {
spotBugs {
pattern('build/findbugs.xml')
reportEncoding('UTF-8')
}
}
}
if (!xjob.skipcigame) {
configure { project ->