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.
spotlessApply
:spotlessApply
1 parent 3aa94b3 commit 8d10ea5Copy full SHA for 8d10ea5
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessCheck.java
@@ -138,7 +138,7 @@ void init(SpotlessTaskImpl impl) {
138
getProjectPath().set(getProject().getPath());
139
getEncoding().set(impl.getEncoding());
140
getRunToFixMessage().convention(
141
- "Run '" + calculateGradleCommand() + " :spotlessApply' to fix all violations.");
+ "Run '" + calculateGradleCommand() + " spotlessApply' to fix all violations.");
142
}
143
144
private static String calculateGradleCommand() {
0 commit comments