mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -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,
|
runProjectListeners(project, context, false,
|
||||||
if (thisResult.success) ProjectBuildStatus.SUCCESS else ProjectBuildStatus.FAILURE)
|
if (thisResult.success) ProjectBuildStatus.SUCCESS else ProjectBuildStatus.FAILED)
|
||||||
|
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
result = thisResult
|
result = thisResult
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue