Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom.xml: set the jdk.min.version to 1.8 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomicooler
Copy link

Fixing the following error for older projects:

CloverPlugin has been compiled by a more recent version of the Java Runtime

[ERROR] Failed to execute goal
org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar
(default-cli) on project integration:

The plugin [sonarclover] does not support Java 1.8.0_292:
org/sonar/plugins/clover/CloverPlugin 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]

SonarQube <9 still supports java 1.8, I tried to use this plugin with an old project and it didn't work. Changing the jdk.min.version to 8 solved my problem.

Fixing the following error for older projects:

CloverPlugin has been compiled by a more recent version of the Java Runtime

[ERROR] Failed to execute goal
 org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar
 (default-cli) on project integration:

 The plugin [sonarclover] does not support Java 1.8.0_292:
  org/sonar/plugins/clover/CloverPlugin 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]
@CLAassistant
Copy link

CLAassistant commented Oct 12, 2021

CLA assistant check
All committers have signed the CLA.

@Tony-Proum
Copy link
Member

@tomicooler sorry for the delay,
I did not receive the notification. I'll test this PR before approving it but it should be done soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants