-
Notifications
You must be signed in to change notification settings - Fork 79
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
Upgrade some versions + sonar version from 9.3 to 9.8 #15
Conversation
Hi @oussamaLaribi,
|
Hi @dedece35, thanks for the review. |
@oussamaLaribi ok for new workflow with build&test phase. |
@dedece35 I can't find these pending review comments. |
@oussamaLaribi, sorry, my bad, I forget to submit my review :p : done. |
@dedece35 Okay, I'll mention it. Thanks |
Hi @oussamaLaribi , Then you can delete "compile" because it is the default scope on your dependency |
Hi @dedece35, Okay I'll do it. Thanks. |
@oussamaLaribi, I can help if you need. tell me if you want some help. |
Hi @dedece35, There's something wrong with the python plugin. After the update, it builds with the previous version and compiles with the new version. I am looking for a way to solve it. |
hi @oussamaLaribi , do you want to say java plugin instead ? because there is compilation failure on java plugin class. |
Hi @dedece35, you can check now the compilation failure on the python plugin class. |
@oussamaLaribi
|
Hi @dedece35, Okay I'll check it. Thanks. |
I d'ont know if you finushed to apply my #20 PR modifications
Hi @oussamaLaribi |
Hi @dedece35 Yes, just the commented code "requirePlugins" . I can't find another way to force it, in the official doc there is nothing. |
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.
@oussamaLaribi , i've just made a new review. I put here some new comments.
cheers, it's almost done :p
Hi @dedece35, it's done. Thanks. |
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 check again and test again localy with all your last modifications.
It's now ok : you can merge your branch.
Another thing with minor priority, there is WARNINGs during build process in the console (tool_build.sh
file execution).
After SonarQube has been started, plugins are ok regarding logs, but I think we have to find a solution to correct those Warnings during build phase. This problem is due to maven-shade-plugin
added. Check capture above :
Hi @oussamaLaribi, I've just merged your PR and checked in main branch again (all is ok). |
|
No description provided.