From 913208255e99a0bac469f265964b66d2e69f88d5 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Mon, 8 Feb 2021 14:20:42 -0500 Subject: [PATCH] Temporarily disable findsecbugs due to bug. https://stackoverflow.com/a/62894507/58803 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a7996a3..2b83915b 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ subprojects { maven { url 'https://maven.lyndir.com' } } dependencies { - spotbugsPlugins group: 'com.h3xstream.findsecbugs', name: 'findsecbugs-plugin', version: '1.9.0' + //spotbugsPlugins group: 'com.h3xstream.findsecbugs', name: 'findsecbugs-plugin', version: '1.11.0' //spotbugsPlugins group: 'com.mebigfatguy.sb-contrib', name: 'sb-contrib', version: '7.4.6' } spotbugs {