-
Notifications
You must be signed in to change notification settings - Fork 18
Compatibility
Gerald edited this page Aug 21, 2018
·
6 revisions
Sonarqube version | Mutation Analysis version |
---|---|
Sonarqube 7.1,7.2,7.2.1,7.3 | 1.2.1 (download) |
Sonarqube 6.7.x (LTS) | 1.2.1 (download) |
Sonarqube < 6.7 | not supported |
The minimum requirement is an arbitrary choice to encourage the use of the latest LTS release. We also aim to support the latest version, too.
If you're running on a version prior to 6.7, you could
- use the sonar-pitest-plugin which provides less features but runs on earlier version of SonarQube
- create a custom built/backport:
- checkout the code
- lower the sonar-api version
- run
mvn clean install
and pray no modifications are required (which might actually be the case down to a specific version)
- send a mail to DevCon5 to create a backport to a lower version (additional development will be charged by case)