We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb17519 commit 0880228Copy full SHA for 0880228
1 file changed
build.gradle
@@ -53,14 +53,11 @@ jar {
53
54
// checkstyle plugin settings
55
checkstyle {
56
- ignoreFailures = true
57
configFile = file("config/checkstyle/checkstyle.xml")
58
}
59
60
// findbugs plugin settings
61
findbugs {
62
63
- effort = 'max'
64
excludeFilter = file("config/findbugs/findbugs-exclude.xml")
65
66
0 commit comments