Skip to content

Commit

Permalink
treat spotbugs issues as warnings, not errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Sep 14, 2023
1 parent aac3c48 commit 9ea0a85
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spotbugs {
excludeFilter.set(
rootProject.file('config/spotbugs/exclude.xml')
)
ignoreFailures = true
}


Expand Down

0 comments on commit 9ea0a85

Please sign in to comment.