Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2223S1#89 from ciaoosuuu/fix-bugs
Browse files Browse the repository at this point in the history
Enable assertion in gradle
  • Loading branch information
ciaoosuuu authored Oct 25, 2022
2 parents a10528f + 69b0983 commit be8bcf3
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 @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down

0 comments on commit be8bcf3

Please sign in to comment.