Skip to content

Commit a688cfa

Browse files
committed
Remove plugin 'findbugs' because not supported from Gradle 6.x. #85
1 parent d4cd945 commit a688cfa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44

55
apply plugin: 'java'
66
apply plugin: 'maven'
7-
apply plugin: 'findbugs'
87

98
apply from: "${buildscript.sourceFile.parentFile}/scripts/javapreprocessor.gradle"
109

@@ -94,21 +93,6 @@ if( !System.getProperty("local") && file( '../BuildScripts/base.gradle' ).exists
9493
}
9594
}
9695

97-
findbugs {
98-
toolVersion = "3.0.1"
99-
// Don't worry about test classes
100-
sourceSets = [sourceSets.main]
101-
excludeFilter file("${projectDir}/.findbugs.xml")
102-
ignoreFailures = true
103-
104-
tasks.withType(FindBugs) {
105-
reports {
106-
xml.enabled = false
107-
html.enabled = true
108-
}
109-
}
110-
}
111-
11296
javadoc {
11397
// Third party libs
11498
exclude "**/image4j"

0 commit comments

Comments
 (0)