mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to fix spot bugs setting on new ci-builds jenkins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afc3b15b6a
commit
393301b8b5
@ -444,10 +444,13 @@ poijobs.each { poijob ->
|
||||
}
|
||||
}
|
||||
publishers {
|
||||
findbugs('build/findbugs.xml', false) {
|
||||
healthLimits(3, 20)
|
||||
thresholdLimit('low')
|
||||
defaultEncoding('UTF-8')
|
||||
recordIssues {
|
||||
tools {
|
||||
spotbugs {
|
||||
pattern('build/findbugs.xml')
|
||||
reportEncoding('UTF-8')
|
||||
}
|
||||
}
|
||||
}
|
||||
// in archive, junit and jacoco publishers, matches beneath build/*/build/... are for Gradle-build results
|
||||
archiveArtifacts('build/dist/*.tar.gz,build/findbugs.html,build/coverage/**,build/integration-test-results/**,lib/ooxml/**,build/*/build/libs/*.jar')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user