Skip to content

Commit

Permalink
Merge pull request #116 from chew01/gradle-enable-assertions
Browse files Browse the repository at this point in the history
Enable assertion in gradle
  • Loading branch information
dloh2236 authored Oct 27, 2023
2 parents 87c315c + 64cd63e commit ea3a643
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 {
archiveFileName = 'addressbook.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'

0 comments on commit ea3a643

Please sign in to comment.