1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Really show compilation error messages this time.

This commit is contained in:
Cedric Beust 2016-03-20 15:24:13 -07:00
parent d0977b17e7
commit f0c413ecb1

View file

@ -129,7 +129,7 @@ class KotlinPlugin @Inject constructor(val executors: KobaltExecutors,
lp(project, "Compilation " + if (result.success) "succeeded" else "failed")
if (! result.success && result.errorMessage != null) {
lp(project, result.errorMessage!!)
error(result.errorMessage!!)
}
return result
}