mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Silly bug when there's just one project.
This commit is contained in:
parent
aa29172bd6
commit
2498284043
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class ParallelProjectRunner(val tasksByNames: (Project) -> ListMultimap<String,
|
|||
|
||||
val projectGraph = DynamicGraph<ProjectTask>().apply {
|
||||
projects.forEach { project ->
|
||||
addNode(ProjectTask(project, args.dryRun))
|
||||
project.dependsOn.forEach {
|
||||
addEdge(ProjectTask(project, args.dryRun), ProjectTask(it, args.dryRun))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue