Skip to content

Commit

Permalink
Tweak build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Apr 19, 2018
1 parent eb17519 commit 0880228
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,11 @@ jar {

// checkstyle plugin settings
checkstyle {
ignoreFailures = true
configFile = file("config/checkstyle/checkstyle.xml")
}

// findbugs plugin settings
findbugs {
ignoreFailures = true
effort = 'max'
excludeFilter = file("config/findbugs/findbugs-exclude.xml")
}

Expand Down

0 comments on commit 0880228

Please sign in to comment.