try to fix spotbugs publisher entry

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-08-25 23:13:27 +00:00
parent c6e44a1400
commit 08d6e1019a
1 changed files with 1 additions and 1 deletions

View File

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