Skip to content

Commit

Permalink
Merge pull request #110 from m1oojv/megan/update-build-gradle-with-as…
Browse files Browse the repository at this point in the history
…sertions

chore: Add assertions to build gradle file
  • Loading branch information
HugeNoob authored Oct 27, 2023
2 parents 9d66aa2 + 4823041 commit 15f134f
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 15f134f

Please sign in to comment.