mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Refactoring.
This commit is contained in:
parent
ec378e561d
commit
1f6c6a8773
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class TaskManager @Inject constructor(val plugins: Plugins, val args: Arg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
runBefore.get(thisTask.name).forEach {
|
dependencyNames.forEach {
|
||||||
newToProcess.add(TaskInfo(project.name, it))
|
newToProcess.add(TaskInfo(project.name, it))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue