revert: spotbugs only seems to report txt now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-12-19 14:40:19 +00:00
parent 6bad5f22bf
commit 12f0d4f265
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ poijobs.each { poijob ->
recordIssues {
tools {
spotBugs {
pattern('*/build/reports/spotbugs/*.txt')
pattern('*/build/reports/spotbugs/*.xml')
reportEncoding('UTF-8')
}
}