We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8087c commit 9949e4cCopy full SHA for 9949e4c
README.md
@@ -142,7 +142,7 @@ Add openapi-diff to your POM to show diffs when you test your Maven project. You
142
<!-- Fail only if API changes broke backward compatibility (default: false) -->
143
<failOnIncompatible>true</failOnIncompatible>
144
<!-- Fail if API changed (default: false) -->
145
- <failOnChanged>true</failOnIncompatible>
+ <failOnChanged>true</failOnChanged>
146
</configuration>
147
</execution>
148
</executions>
0 commit comments