-
Notifications
You must be signed in to change notification settings - Fork 16
JACOCO-63 Update plugin QA matrix with supported versions of SQS #136
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
base: master
Are you sure you want to change the base?
Conversation
|
b18e1cb to
85fb440
Compare
|
c33f763 to
c62d330
Compare
|
GabrielFleischer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fixed version is definitely a great addition.
I am not sure about the downgrade of the sonar-java / sonar-kotlin versions. Could you confirm ?
| builder.addPlugin(URLLocation.create(new URL("https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-8.19.0.40387.jar"))); | ||
| builder.addPlugin(URLLocation.create(new URL("https://binaries.sonarsource.com/Distribution/sonar-kotlin-plugin/sonar-kotlin-plugin-3.3.0.7402.jar"))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this version rollback voluntary ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I lowered the version (it is not a rollback to the version you changed recently but something a little more recent)
I wanted to make sure that we were using plugins that are meant to be compatible with the oldest version of the two, which would be 2025.1.
Would it help if added a comment so explain why these 2 versions were picked? Or would you prefer I roll back to the value on master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, ok it makes sense.
Thanks for confirming.
GabrielFleischer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add a comment if you want, I don't think it's absolutely necessary.
| builder.addPlugin(URLLocation.create(new URL("https://binaries.sonarsource.com/Distribution/sonar-java-plugin/sonar-java-plugin-8.19.0.40387.jar"))); | ||
| builder.addPlugin(URLLocation.create(new URL("https://binaries.sonarsource.com/Distribution/sonar-kotlin-plugin/sonar-kotlin-plugin-3.3.0.7402.jar"))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, ok it makes sense.
Thanks for confirming.





JACOCO-63