cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
428 stars 60 forks source link

extend timeout, restore process exitValue check #508

Closed pabl0rg closed 4 years ago

pabl0rg commented 4 years ago

Previously, I submitted a PR that reported when the separate/external kotlinc process timed-out. I mistakenly removed the exit-code check in that PR. This restores that check.