Skip to content

Commit

Permalink
Merge pull request #68 from DesmondTo/branch-Assertion
Browse files Browse the repository at this point in the history
Enable assertions in gradle file
  • Loading branch information
DesmondTo authored Oct 16, 2021
2 parents 0ced59c + ce86ecc commit 2b13504
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 @@ -69,4 +69,8 @@ shadowJar {
archiveName = 'addressbook.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'

0 comments on commit 2b13504

Please sign in to comment.