Skip to content

Commit

Permalink
Don't abort build when there are checkstyle violations (#3006)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and koppor committed Jul 13, 2017
1 parent 983ea91 commit 52f4672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ checkstyle {
// do not use other packages for checkstyle, excluding gen(erated) sources
checkstyleMain.source = "src/main/java"
toolVersion = '7.6.1'
ignoreFailures = true
}

task release(dependsOn: ["media", "releaseJar"]) {
Expand Down

0 comments on commit 52f4672

Please sign in to comment.