Skip to content

Commit

Permalink
Merge pull request #162 from keiteo/master
Browse files Browse the repository at this point in the history
Enable assertions in gradle
  • Loading branch information
keiteo committed Oct 31, 2019
2 parents cbde73b + 3f400be commit 43743ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ checkstyle {
toolVersion = '8.1'
}

run {
enableAssertions = true
}

jacocoTestReport {
reports {
xml.enabled false
Expand Down

0 comments on commit 43743ca

Please sign in to comment.