Unable to generate sonar-cnes-report

Yes, get it here
sonar-cnes-report-4.0.0.jar
The link is valid for 7 hours

I’ve used 9.3.* as i’m not sure whether 9.*.* is supported.

/** List of SonarQube versions which are supported by cnesreport. */
private static final List<String> SUPPORTED_VERSIONS = Arrays.asList(
        "8.9", "8.9.*", "9.3.*");

Just tested it on my private Sonarqube 9.3.0 Community and it works like charm :slight_smile:

1 Like