Backelite / sonar-objective-c

Sonar Plugin for Objective-C
197 stars 76 forks source link

Add sonar plugin api to fix classnotfound CodeColorizerFormat #42

Closed disepulv closed 6 years ago

disepulv commented 7 years ago

Fix exception when try to deploy SonarQube

(java.lang.ClassNotFoundException: org.sonar.api.web.CodeColorizerFormat)

martinbutt commented 6 years ago

Any update on this?

zippy1978 commented 6 years ago

Hi,

This was due to API deprecations with SonarQube 6.5. The fix is ok on develop branch. I will issue a new release soon.

Regards, Gilles