Skip to content

Commit

Permalink
Merge pull request #115 from kavxya/branch-Assert
Browse files Browse the repository at this point in the history
Enable Assertions
  • Loading branch information
cheehongw authored Mar 24, 2022
2 parents 900917a + a0a7c7b commit 08cc9fa
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 @@ -6,6 +6,10 @@ plugins {
id 'jacoco'
}

run {
enableAssertions = true
}

mainClassName = 'seedu.address.Main'

sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 08cc9fa

Please sign in to comment.