1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-29 17:38:12 -07:00

More incremental task work.

This commit is contained in:
Cedric Beust 2015-12-20 10:27:53 +04:00
parent 8883055337
commit 8eacf476a1
5 changed files with 97 additions and 49 deletions

View file

@ -214,7 +214,7 @@ private class Main @Inject constructor(
// List of tasks, --tasks
//
val tasksByPlugins = HashMultimap.create<String, PluginTask>()
taskManager.tasks.forEach {
taskManager.annotationTasks.forEach {
tasksByPlugins.put(it.plugin.name, it)
}
val sb = StringBuffer("List of tasks\n")