- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
→ gradle 8.2.1
→ org.sonarqube version 4.3.1.3277
→ Java 17 - how is SonarQube deployed: zip, Docker, Helm
→ external server - what are you trying to achieve
→ Run sonar in order to analyze the project - what have you tried so far to achieve this
→ I can build the project but can not run the sonar scan task and it throws the error
Unable to create symbol table for : 'src/main/java/com/abc/ServiceImpl.java'
java.lang.IllegalArgumentException: Unsupported class file major version 61
Is there anything else I need to configure to scan my project?