Gradle 8.0 Task execution time not reported

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

Hello
Looking for help with Gradle 8.x

How do I print the below Task Execution time message in Gradle 8.x? I am not able to see the Task execution like for e.g. “completed. Took 0.318 secs”

I tried with --profile option, still not working

Appreciate if someone can help.

Thank You