[Tiny] Gradle, Show Me the Test Logs!

This week, I learned how to enable logging output for Gradle's test task. Why did I need it? I created a couple of tests and added some logging. I ran the tests one by one in IntelliJ IDEA and checked the logs. Then, I ran gradle build and... there were no logs from the tests in the output

Mar 7, 2025 - 16:56
 0
[Tiny] Gradle, Show Me the Test Logs!

This week, I learned how to enable logging output for Gradle's test task.

Why did I need it?

I created a couple of tests and added some logging. I ran the tests one by one in IntelliJ IDEA and checked the logs. Then, I ran gradle build and... there were no logs from the tests in the output