mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
Logs.
This commit is contained in:
parent
be5a02eef1
commit
92922f7e07
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ public class TaskManager @Inject constructor(val plugins: Plugins, val args: Arg
|
||||||
|
|
||||||
AsciiArt.logBox("Building project ${project.name}")
|
AsciiArt.logBox("Building project ${project.name}")
|
||||||
|
|
||||||
log(2, "Tasks:")
|
log(3, "Tasks:")
|
||||||
tasksByNames.keys.forEach {
|
tasksByNames.keys.forEach {
|
||||||
log(2, " $it: " + tasksByNames.get(it))
|
log(3, " $it: " + tasksByNames.get(it))
|
||||||
}
|
}
|
||||||
val graph = DynamicGraph<PluginTask>()
|
val graph = DynamicGraph<PluginTask>()
|
||||||
taskNames.forEach { taskName ->
|
taskNames.forEach { taskName ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue