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

Refactor.

This commit is contained in:
Cedric Beust 2016-08-10 22:29:54 -08:00
parent cf0620d973
commit 14787343b7

View file

@ -62,7 +62,7 @@ class SequentialProjectRunner(val tasksByNames: (Project) -> ListMultimap<String
val graph = createTaskGraph(project.name, taskInfos, tasksByNames,
dependsOn, reverseDependsOn, runBefore, runAfter, alwaysRunAfter,
{ task: ITask -> task.name },
ITask::name,
{ task: ITask -> task.plugin.accept(project) })
//