You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a need to fail the build only if change is source incompatible. And it does not matter if it's binary incompatible or not.
There is a parameter for failing the build on source incompatibility - failOnSourceIncompatibility
but there is no parameter to turn off failure on binary incompatibility. There was one for Maven plugin - breakBuildOnBinaryIncompatibleModifications
The text was updated successfully, but these errors were encountered:
There is a need to fail the build only if change is source incompatible. And it does not matter if it's binary incompatible or not.
There is a parameter for failing the build on source incompatibility -
failOnSourceIncompatibility
but there is no parameter to turn off failure on binary incompatibility. There was one for Maven plugin -
breakBuildOnBinaryIncompatibleModifications
The text was updated successfully, but these errors were encountered: