Skip to content

Commit

Permalink
fix setPendantic
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Oct 5, 2024
1 parent c050112 commit ae10e72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected void processBuilder(Builder builder) throws MojoFailureException {
// pendantic=true causes more log output which maybe important during
// building
if (builder.getProperty(Constants.PEDANTIC) == null) {
builder.setProperty(Constants.PEDANTIC, Boolean.TRUE.toString());
builder.setPedantic(true);
}
}
}

0 comments on commit ae10e72

Please sign in to comment.