Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103T-W08-1#116 from craigtonlian/enabl…
Browse files Browse the repository at this point in the history
…e-gradle-assertions

Enable assertions with Gradle build
  • Loading branch information
CelestineTan03 authored Oct 26, 2023
2 parents 9ecbcbc + e8dd8b1 commit 0565aa0
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 @@ -69,4 +69,8 @@ shadowJar {
archiveFileName = 'staffsnap.jar'
}

run {
enableAssertions = true
}

defaultTasks 'clean', 'test'

0 comments on commit 0565aa0

Please sign in to comment.