We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cd945 commit a688cfaCopy full SHA for a688cfa
build.gradle
@@ -4,7 +4,6 @@ plugins {
4
5
apply plugin: 'java'
6
apply plugin: 'maven'
7
-apply plugin: 'findbugs'
8
9
apply from: "${buildscript.sourceFile.parentFile}/scripts/javapreprocessor.gradle"
10
@@ -94,21 +93,6 @@ if( !System.getProperty("local") && file( '../BuildScripts/base.gradle' ).exists
94
93
}
95
96
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
112
javadoc {
113
// Third party libs
114
exclude "**/image4j"
0 commit comments