When I run gradle build or any other gradle command from the terminal, I cannot see recently completed tasks and their status (for example :testClasses UP-TO-DATE ), but only BUILD SUCCESSFUL :

However, everything is fine when I run the build command from the Eclipse IDE using the gradle plugin:

I am using gradle 4.0. Any suggestions for fixing it?
java terminal gradle
Stepan Dediukhin
source share