Skip to content

Commit

Permalink
Enable assertions in gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
officialchengyud committed Mar 31, 2024
1 parent b54d4fc commit 9a4b8e1
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 9a4b8e1

Please sign in to comment.