<@U2ZL9UB55> how about this? ```tasks.withType&lt...
# gradle
s
@dan_ how about this?
Copy code
tasks.withType<JavaExec> { 
    isIgnoreExitValue = false
}