The current issue that spot bugs is finding is an error upon itself. it

isn't resolved in this current version of the gradle plugin spotbugs.
This commit is contained in:
Cyrus 2023-12-20 14:11:12 -05:00
parent ae1c1f82f3
commit 3fa2512427

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Docs at http://findbugs.sourceforge.net/manual/filter.html --> <!-- Docs at http://findbugs.sourceforge.net/manual/filter.html -->
<FindBugsFilter> <FindBugsFilter>
<Match>
<!-- https://github.com/spotbugs/spotbugs/pull/2748 -->
<Bug pattern="CT_CONSTRUCTOR_THROW" />
</Match>
</FindBugsFilter> </FindBugsFilter>