Plugins Supported

Hi,
We are using a very old version of Sonar viz 5.4, as one of our java projects has Java 7 which is not supported by Sonar 6.7 and above.
Can you provide me the details of the plugins that are compatible with Sonar 5.4, like the Sonar-maven plugin, Artifactory maven plugin and so on.
Regards,
Andrew

You can still scan Java 7 code with SonarQube v7.9 LTS!

You just can’t run a SonarQube server with a Java 7 runtime (Java 11 required for the latest version) or use a Java 7 runtime to perform analysis (Java 8/11 are supported here). That’s very different from having an application that targets Java 7.

1 Like