Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raupachz committed Jul 31, 2022
1 parent 96a234f commit b04ad37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class EnforceMojo
* Set this to "true" to cause a failure if there are no rules to execute
*/
@Parameter( property = "enforcer.failIfNoRules", defaultValue = "true" )
private boolean failIfNoRules = false;
private boolean failIfNoRules = true;

/**
* Array of objects that implement the EnforcerRule interface to execute.
Expand Down

0 comments on commit b04ad37

Please sign in to comment.