mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Build fix.
This commit is contained in:
parent
f319bf5e16
commit
7c39abc785
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class TaskManager @Inject constructor(val args: Args,
|
|||
}
|
||||
|
||||
runProjectListeners(project, context, false,
|
||||
if (thisResult.success) ProjectBuildStatus.SUCCESS else ProjectBuildStatus.FAILURE)
|
||||
if (thisResult.success) ProjectBuildStatus.SUCCESS else ProjectBuildStatus.FAILED)
|
||||
|
||||
if (result.success) {
|
||||
result = thisResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue