mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Refactor.
This commit is contained in:
parent
cf0620d973
commit
14787343b7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SequentialProjectRunner(val tasksByNames: (Project) -> ListMultimap<String
|
||||||
|
|
||||||
val graph = createTaskGraph(project.name, taskInfos, tasksByNames,
|
val graph = createTaskGraph(project.name, taskInfos, tasksByNames,
|
||||||
dependsOn, reverseDependsOn, runBefore, runAfter, alwaysRunAfter,
|
dependsOn, reverseDependsOn, runBefore, runAfter, alwaysRunAfter,
|
||||||
{ task: ITask -> task.name },
|
ITask::name,
|
||||||
{ task: ITask -> task.plugin.accept(project) })
|
{ task: ITask -> task.plugin.accept(project) })
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue