Skip to content

Commit

Permalink
Merge pull request #85 from AY2223S1-CS2103T-W17-3/enable-assertion
Browse files Browse the repository at this point in the history
Enable assertion in Gradle
  • Loading branch information
heyzec authored Oct 19, 2022
2 parents 01e5960 + 5b7a501 commit 9f508ad
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 @@ -70,3 +70,7 @@ shadowJar {
}

defaultTasks 'clean', 'test'

run {
enableAssertions = true
}

0 comments on commit 9f508ad

Please sign in to comment.