Skip to content

Commit

Permalink
chore: Add assertions to build gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
m1oojv committed Oct 27, 2023
1 parent 9d66aa2 commit 4823041
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 4823041

Please sign in to comment.