You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 'spring-javaformat.apply.skip' property and use info logging
The `spring-javaformat.format.skip` should have been
`spring-javaformat.apply.skip` and logging that skip has occurred is
better at 'INFO' level.
Fixesgh-365
Copy file name to clipboardExpand all lines: spring-javaformat-maven/spring-javaformat-maven-plugin/src/main/java/io/spring/format/maven/ApplyMojo.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ public class ApplyMojo extends FormatMojo {
Copy file name to clipboardExpand all lines: spring-javaformat-maven/spring-javaformat-maven-plugin/src/main/java/io/spring/format/maven/ValidateMojo.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class ValidateMojo extends FormatMojo {
0 commit comments