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 bdd60b4 commit 23a84c7Copy full SHA for 23a84c7
core/src/main/java/com/cosium/code/format/AbstractModuleMavenGitCodeFormatMojo.java
@@ -43,7 +43,7 @@ private boolean isEnabled() {
43
if ((!modulesToInclude.isEmpty() || !modulesToExclude.isEmpty()) && isExecutionRoot()) {
44
getLog()
45
.info(
46
- "Explicit included or excluded modules defined and the current module the execution root. Goal disabled.");
+ "Explicit included or excluded modules defined and the current module is the execution root. Goal disabled.");
47
return false;
48
}
49
0 commit comments