gabrie-allaigre / sonar-gitlab-plugin

Add to each commit GitLab in a global commentary on the new anomalies added by this commit and add comment lines of modified files
GNU Lesser General Public License v3.0
713 stars 207 forks source link

Support with gitlab 11.0? #151

Closed jasondamour closed 1 year ago

jasondamour commented 6 years ago

Hello, I just upgraded to gitlab 11.0 and was greeted by this error in my CICD pipeline:

Execution failed for task ':sonarqube'.
> Failed to execute project builder: com.talanlabs.sonar.plugins.gitlab.CommitProjectBuilder

Is this a compatibility issue on the plugin side?

jeanmorais commented 6 years ago

I'm using GitLab CE 11.0.1 and it works fine

osinglee commented 6 years ago

I also met the same mistake

gabrie-allaigre commented 6 years ago

Hi verify if use v4 api

jasondamour commented 6 years ago

Thank you, I fixed it. I had version 2.1.0 which did not use v4 api. Upgrading to 3.0.0 resolved the issue.

alixwar commented 5 years ago

This issue should be closed