Replacing meta-based markup with type-safe classes
This commit is contained in:
parent
3577852963
commit
5ea4babf47
@ -233,7 +233,9 @@ val fitTask = task("fit") {
|
||||
.run()
|
||||
.also {
|
||||
if (meta.getBoolean("printLog", true)) {
|
||||
log.print(writer)
|
||||
writer.println()
|
||||
log.entries.forEach { entry -> writer.println(entry.toString()) }
|
||||
writer.println()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user