From 234fe1a5855cd14526059625881ee6722ffab332 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Apr 2022 13:51:11 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=91=B7=20Remove=20FindBugs=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It cannot handle Kotlin and it will not be getting any upgrades. It also prevents me from updating Gradle so it has to go. It will probably be replaced by detekt once Gradle has been updated. --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index d741269..75716e2 100644 --- a/build.gradle +++ b/build.gradle @@ -119,12 +119,6 @@ pitest { timeoutFactor = 3.0 } -apply plugin: 'findbugs' - -findbugs { - ignoreFailures = true -} - apply plugin: 'idea' task countLinesMain(type: Exec) { -- 2.7.4