commit | 9a9e60ed26d6e11e1e7711000c0e8150e2de41de | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Dec 07 09:03:04 2023 -0800 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Fri Dec 08 08:50:26 2023 -0800 |
tree | b555fdf099c3bfd353b609ce542e4c5d7e89e013 | |
parent | 022d0278ebdbc049f77fbda6b97a3d835fdd3ad3 [diff] [blame] |
Downgrade spotbugs to 5.2.5 6.x has breaking changes need extra care to upgrade.
diff --git a/lib/java/build.gradle b/lib/java/build.gradle index 43db204..4c842ff 100644 --- a/lib/java/build.gradle +++ b/lib/java/build.gradle
@@ -41,7 +41,7 @@ id 'signing' id 'pmd' id 'com.github.johnrengelman.shadow' version '8.1.1' - id "com.github.spotbugs" version "6.0.1" + id "com.github.spotbugs" version "5.2.5" id "com.diffplug.spotless" version "6.23.2" }