Skip to content

Commit 9a38c5f

Browse files
committed
Merge branch 'master' into fix/imageConverterWrongThread
2 parents 6878138 + bcf19f3 commit 9a38c5f

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)