mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Really show compilation error messages this time.
This commit is contained in:
parent
d0977b17e7
commit
f0c413ecb1
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class KotlinPlugin @Inject constructor(val executors: KobaltExecutors,
|
||||||
|
|
||||||
lp(project, "Compilation " + if (result.success) "succeeded" else "failed")
|
lp(project, "Compilation " + if (result.success) "succeeded" else "failed")
|
||||||
if (! result.success && result.errorMessage != null) {
|
if (! result.success && result.errorMessage != null) {
|
||||||
lp(project, result.errorMessage!!)
|
error(result.errorMessage!!)
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue