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