Hi,
We have SonarQube 9.9 LTS version. I am trying to build and analyze the Java 8 project using maven wrapper mvnw in GitHub actions.
If I set Java 11 as $JAVA_HOME for SonarQube analysis then my maven wrapper also uses the same $JAVA_HOME to build.
Also, If I set $JAVA_HOME to 8 then the build is working but sonarqube is failing