By doing mvn clean install
, I got all the logs in console and can see all the test cases running.
However using gradle commands like ./gradlew build
doesn't show anything like that. In the last it just shows build success.
PFB below mvn and gradle logs that are comming.
Can anyone please let me know how I can see logs in gradle as while present in mvn clean install.
Thanks!