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

Restore log level.

This commit is contained in:
Cedric Beust 2017-03-13 11:40:56 -07:00
parent 1fb4278cd6
commit 2bfe9b1339

View file

@ -36,7 +36,6 @@ class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
}
"""
KobaltLogger.LOG_LEVEL = 3
val project = compileSingleProject(projectText)
val allIds = dependencyManager.calculateDependencies(project, Kobalt.context!!,
scopes = listOf(Scope.COMPILE))