Skip to content

Commit

Permalink
Merge pull request #51 from AY2324S2-CS2103T-W12-2/enable-assertions
Browse files Browse the repository at this point in the history
chore: Enable assertions for gradle run
  • Loading branch information
AdityaB4 authored Mar 25, 2024
2 parents e9ae5fe + 0c150ee commit 653dc6a
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 653dc6a

Please sign in to comment.