Comment 1 for bug 1430723

Revision history for this message
Eugene Petrenko (eugene-petrenko) wrote :

I checked the code and noticed you have trivial override for the #getCore method. You may simply remove the override to make plugin work for both older and newer versions of TeamCity

The code you have ~220 line in BazaarVcsSupport.java
```
@NotNull
  @Override
  public VcsSupportCore getCore() {
    return super.getCore();
  }
```