Skip to content

Commit 0880228

Browse files
committed
Tweak build process
1 parent eb17519 commit 0880228

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,11 @@ jar {
5353

5454
// checkstyle plugin settings
5555
checkstyle {
56-
ignoreFailures = true
5756
configFile = file("config/checkstyle/checkstyle.xml")
5857
}
5958

6059
// findbugs plugin settings
6160
findbugs {
62-
ignoreFailures = true
63-
effort = 'max'
6461
excludeFilter = file("config/findbugs/findbugs-exclude.xml")
6562
}
6663

0 commit comments

Comments
 (0)