Skip to content

Commit

Permalink
Enable assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
c0j0s committed Mar 22, 2023
1 parent ec3308e commit 979b889
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 @@ -71,4 +71,8 @@ shadowJar {
archiveFileName = 'dukedriver.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'

0 comments on commit 979b889

Please sign in to comment.