Skip to content

Commit 8d10ea5

Browse files
committed
Revert "Update Gradle task from spotlessApply to :spotlessApply"
This reverts commit 3aa94b3.
1 parent 3aa94b3 commit 8d10ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void init(SpotlessTaskImpl impl) {
138138
getProjectPath().set(getProject().getPath());
139139
getEncoding().set(impl.getEncoding());
140140
getRunToFixMessage().convention(
141-
"Run '" + calculateGradleCommand() + " :spotlessApply' to fix all violations.");
141+
"Run '" + calculateGradleCommand() + " spotlessApply' to fix all violations.");
142142
}
143143

144144
private static String calculateGradleCommand() {

0 commit comments

Comments
 (0)