AY2425S1-CS2113-T11-1 / tp

2 stars 5 forks source link

Enable assertions in gradle file #58

Closed NCF3535 closed 6 days ago

NCF3535 commented 1 week ago

Enable Java assertions during runtime by configuring the Gradle build file. Assertions are typically disabled by default, and enabling them will help catch bugs and inconsistencies early during testing.