Skip to content

Commit

Permalink
Enable assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mzzz committed Oct 17, 2022
1 parent 119283e commit 9cd43dd
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 @@ -40,6 +40,10 @@ task coverage(type: JacocoReport) {
}
}

run {
enableAssertions = true
}

dependencies {
String jUnitVersion = '5.4.0'
String javaFxVersion = '11'
Expand Down

0 comments on commit 9cd43dd

Please sign in to comment.