Skip to content

Commit

Permalink
Update ArchUnitMojo.java (#60)
Browse files Browse the repository at this point in the history
#58 - log level when there's a violation
  • Loading branch information
vincent-fuchs authored Nov 17, 2023
1 parent 9a7cf6e commit 068d084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void execute() throws MojoFailureException {
throw new MojoFailureException(PREFIX_ARCH_VIOLATION_MESSAGE + ruleFailureMessage);
}

getLog().info(PREFIX_ARCH_VIOLATION_MESSAGE + ruleFailureMessage);
getLog().warn(PREFIX_ARCH_VIOLATION_MESSAGE + ruleFailureMessage);
}
}

Expand Down

0 comments on commit 068d084

Please sign in to comment.