projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ec938
)
👷 Remove FindBugs plugin
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 16 Apr 2022 11:51:11 +0000
(13:51 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 16 Apr 2022 11:51:11 +0000
(13:51 +0200)
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
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
d741269
..
75716e2
100644
(file)
--- 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) {