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 6788e17 commit 365f623Copy full SHA for 365f623
plugin-maven/src/main/java/com/diffplug/spotless/maven/AbstractSpotlessMojo.java
@@ -66,8 +66,8 @@ public abstract class AbstractSpotlessMojo extends AbstractMojo {
66
67
private static final String DEFAULT_ENCODING = "UTF-8";
68
private static final String DEFAULT_LINE_ENDINGS = "GIT_ATTRIBUTES";
69
- public static final String GOAL_CHECK = "check";
70
- public static final String GOAL_APPLY = "apply";
+ static final String GOAL_CHECK = "check";
+ static final String GOAL_APPLY = "apply";
71
72
@Component
73
private RepositorySystem repositorySystem;
0 commit comments