Skip to content

Commit 5b14f70

Browse files
authored
Merge pull request nus-cs2103-AY2021S1#94 from chrystalquek/enable-assertions
Enable assertions
2 parents a51dc09 + bbb68ed commit 5b14f70

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ shadowJar {
7070
}
7171

7272
defaultTasks 'clean', 'test'
73+
74+
run {
75+
enableAssertions = true
76+
}

0 commit comments

Comments
 (0)