mirror of https://github.com/apache/poi.git
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:
parent
a73348fe8b
commit
02a363d37c
|
@ -571,6 +571,14 @@ xmlbeansjobs.each { xjob ->
|
|||
publishTestStabilityData()
|
||||
}
|
||||
}
|
||||
recordIssues {
|
||||
tools {
|
||||
spotBugs {
|
||||
pattern('build/findbugs.xml')
|
||||
reportEncoding('UTF-8')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!xjob.skipcigame) {
|
||||
configure { project ->
|
||||
|
|
Loading…
Reference in New Issue