Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Sonar API Version to target SonarQube 9.9 #88

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

gaelfoppolo
Copy link
Contributor

@gaelfoppolo gaelfoppolo commented Apr 19, 2024

Summary

This PR fixes a mistake introduced in #87.
SonarQube 10.5.0.2090 was wrongfully targeted instead of the minimal 9.9.

Details

I found a correlation table between the SonarQube Plugin API version and the SonarQube version.
To match the SonarQube 9.9 version (9.9.0.65466), we need to use the SonarQube Plugin API version 9.14.0.375.
Not trivial.

https://github.com/SonarSource/sonar-plugin-api/?tab=readme-ov-file#sonarqube

@gaelfoppolo gaelfoppolo marked this pull request as ready for review April 19, 2024 09:55
@gaelfoppolo gaelfoppolo requested a review from zippy1978 April 19, 2024 09:55
@gaelfoppolo gaelfoppolo merged commit a1dc8d2 into develop Apr 19, 2024
2 checks passed
@gaelfoppolo gaelfoppolo deleted the fix/sonar-api-version branch April 19, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants