Skip to content

Commit

Permalink
Merge pull request #67 from Nixx162/allow-assertion
Browse files Browse the repository at this point in the history
Enable assertion in build.gradle
  • Loading branch information
josepholim authored Oct 30, 2023
2 parents 9cc40b2 + 25d17f5 commit 5917a67
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 5917a67

Please sign in to comment.