Reputation: 225
I have eclipse mars2 with sonarLint 2.1. I try to connect to a SonarQube Server 5.1.2
When I try to connect via the eclipse GUI, the following error occurs:
The following plugins do not meet the required minimum versions, please upgrade them: java (installed: 3.0, minimum: 3.8)
Do you have any ideas? Thank you guys!
Upvotes: 8
Views: 13927
Reputation: 11
Another option is to downgrade to an older version of the plugin:
Upvotes: 1
Reputation: 161
The newest available version in the update centre is 3.14 for some reasons. Anybody has been able to install the 3.8?
Upvotes: 0
Reputation: 226
The plugin the message is referring to is the Sonar Java Plugin. Log in to Sonar as admin, go to Administration/System/Update Center and you'll see that the current installed plugin version is 3.0. Update it to the newest version available and it should work.
[Edit] - The upgrade is triggered by just clicking the button, but after it is downloaded and installed, you'll have to restart the Sonar server.
Upvotes: 14