Navigate from console to class if error in Build

Hello,

I work on Spring MVC (4.3) projects and use Gradle (Buildship Gradle Integration 2.0) to build them in Eclipse (Mars). Prior to that I used Ant. The problem I have now is that when I build the project, if there are errors, I can see them in the console with class name and line of error, but I can’t click on the error to open the class directly. It gets quickly tiresome.

What am I missing here?

Thx for your help