Earlier I was using Gradle 5.6 and we are able to see Task execution time logged as below:
Thread[Execution worker for ‘:’,5,main]) completed. Took 24.846 secs
Now in Gradle 8.x, we no longer see the Task Execution Time
Is there command line option in Gradle 8.x to enable the Task execution time?
Would appreciate if someone can help answer on how to enable the Gradle Task execution time?
How do I print the below Task Execution time message in Gradle 8.x?
completed. Took 0.318 secs. { not getting printed in Gradle 8.x, works in Gradle 5.6 }
Appreciate if someone can help.
thank you
Om