Compilation failed; see the compiler error output for details

I am using BuildShip’s gradle plug in for Eclipse. The Task View has this error message:

Compilation failed; see the compiler error output for details.

Where is the compiler error output?

The problem is not with gradle itself. gradlew.bat shows the error output in stdout/stderr.

1 Like

There’s a dedicated console for Gradle builds. All background operations - like the project sync - is logged there.

1 Like