Skip to content

Commit bcf19f3

Browse files
committed
Merge pull request #232 from JLLeitschuh/chore/enableAssertionsForRun
Enables Assertions for Run task
2 parents 54daac9 + 96a39fe commit bcf19f3

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)