I am trying to set up a Java project in Eclipse which uses Gradle for its builds plus some self-defined Groovy code for the builds (placed - as usual - under buildSrc). So I first created a Java project from the existing code and then additionally assigned the "Gradle nature" to the project. Since then I keep getting this error message:
Could not run phased build action using Gradle installation 'C:\opt\gradle-5.4.1'.
Execution failed for task ':buildSrc:compileGroovy'.
Compilation failed; see the compiler error output for details.
What is this message trying to tell me???