var logTaskDuration: Boolean
Iff this is true, the number of seconds each task needed for execution is logged,
when execution of a task finishes.
The line appended to the logging output of each task looks as follows:
🏁 Finished after 1.23 seconds.
The message is printed via Project.getLogger, logging level is org.gradle.api.logging.Logger.lifecycle.
Default value: true
Since
0.5.1