[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project participation: The plugin [communitybsl] does not support Java 1.8.0_232: com/github/_1c_syntax/bsl/sonar/BSLPlugin has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 → [Help 1]
We are using sonarqube sonarqube community edition and experiencing below issue when running a scan for a java-maven project. We have jdk 11 on every server.And source code is on 8.2.42
- 8.9.7 and jenkins sonarqube plugin-2.13(SonarQube, Scanner, Plugin, and any relevant extension)
- Tring for a code analysis on a maven project
- Tried compilation with 11 getting a compilation error.
Any suggestions on what could be the problem? Please help.
Thank you!