sfeir-open-source / sonar-clover

It provides the ability to feed SonarQube with code coverage data coming from Atlassian Clover
Apache License 2.0
15 stars 25 forks source link

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

Open tomicooler opened 2 years ago

tomicooler commented 2 years ago

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.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

Tony-Proum commented 2 years ago

@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