JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 32 forks source link

Update BuildBreakerProblemListener.java #97

Closed akkonrad closed 2 years ago

akkonrad commented 2 years ago

there is a typo in the variable name

Linfar commented 2 years ago

Hello,

Unfortunately, this commit doesn't compile. The ServiceMessageTypes.BUILD_PORBLEM is a constant in TeamCity open API, and yes, it contains a typo. But to fix this, we need to rename the constant in the TeamCity core first, which will require a fix in all plugins using this constant.