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

Fix log level.

This commit is contained in:
Cedric Beust 2016-05-04 02:11:37 -08:00
parent 5279a19966
commit 734359301b

View file

@ -145,7 +145,7 @@ class TaskManager @Inject constructor(val args: Args,
return RunTargetResult(result, messages)
}
val LOG_LEVEL = 1
val LOG_LEVEL = 3
@VisibleForTesting
fun <T> createGraph2(projectName: String, taskNames: List<String>, nodeMap: Multimap<String, T>,