From: David ‘Bombe’ Roden Date: Sat, 16 Apr 2022 11:51:11 +0000 (+0200) Subject: 👷 Remove FindBugs plugin X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=234fe1a5855cd14526059625881ee6722ffab332 👷 Remove FindBugs plugin 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. --- 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) {