Hello.
We created a pipeline in DevOps and did a Sonarcloud analysis.
The source was created in Java version 8.
I got the following error in the gradlew build.
“##[error] Code analysis failed. gradle exit code: -1. Error: error: process ‘D:˶’gradlew.bat’ failed with exit code 1.”
Is the problem due to the Java version?
How do I investigate and resolve this issue?