[Commonizer] Logging: Remove 'COMMONIZATION' prologue
^KT-36679
This commit is contained in:
committed by
TeamCityServer
parent
9d9e11d6d8
commit
ec440aecf6
@@ -16,7 +16,7 @@ internal abstract class Task(private val options: Collection<Option<*>>) : Compa
|
||||
// Important: the order of entries affects that order of tasks execution
|
||||
INFORMATIONAL,
|
||||
COMMONIZATION(
|
||||
prologue = "\nKotlin KLIB commonizer: Please wait while preparing libraries.",
|
||||
prologue = null,
|
||||
epilogue = "\n",
|
||||
logEachStep = true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user