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

Refactoring.

This commit is contained in:
Cedric Beust 2015-11-17 01:17:42 -08:00
parent ec378e561d
commit 1f6c6a8773

View file

@ -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))
} }
} }