1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-24 22:25:47 -08:00
parent be5a02eef1
commit 92922f7e07

View file

@ -54,9 +54,9 @@ public class TaskManager @Inject constructor(val plugins: Plugins, val args: Arg
AsciiArt.logBox("Building project ${project.name}")
log(2, "Tasks:")
log(3, "Tasks:")
tasksByNames.keys.forEach {
log(2, " $it: " + tasksByNames.get(it))
log(3, " $it: " + tasksByNames.get(it))
}
val graph = DynamicGraph<PluginTask>()
taskNames.forEach { taskName ->