We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbac596 commit 6bba31eCopy full SHA for 6bba31e
maven/src/main/java/org/openapitools/openapidiff/maven/OpenApiDiffMojo.java
@@ -30,7 +30,7 @@ public class OpenApiDiffMojo extends AbstractMojo {
30
31
@Override
32
public void execute() throws MojoExecutionException, MojoFailureException {
33
- if(Boolean.TRUE.equals(skip)) {
+ if (Boolean.TRUE.equals(skip)) {
34
getLog().info("Skipping openapi-diff execution");
35
return;
36
}
0 commit comments