-
Notifications
You must be signed in to change notification settings - Fork 17
Compatibility
Gerald edited this page Feb 19, 2019
·
6 revisions
Plugin Version -> | 1.3 | 1.4 |
---|---|---|
Sonarqube 7.6 | X | |
Sonarqube 7.1-7.5 | X | X |
Sonarqube 6.7.x* (LTS) | X | X |
Sonarqube < 6.7 |
- X = supported
*) the Kotlin support for 6.7 is limited to metrics. The rules are not active and can not be activated.
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)