Skip to content

Commit 96a39fe

Browse files
committed
Enables Assertions for Run task
1 parent 54daac9 commit 96a39fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ allprojects {
5757
failOnError false
5858
}
5959

60+
tasks.withType(JavaExec) {
61+
enableAssertions = true
62+
}
63+
6064
// Turn on test results
6165
test {
6266
testLogging {

0 commit comments

Comments
 (0)