Skip to content

Commit fd41613

Browse files
committed
Update hint.
1 parent 2dcd726 commit fd41613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* - When this "registerDependencies" task does its up-to-date check, it queries the task execution graph to see which
4848
* SpotlessTasks are at risk of being executed, and causes them all to be evaluated safely in the root buildscript.
4949
*/
50-
@DisableCachingByDefault(because = "I/O bound task not worth caching")
50+
@DisableCachingByDefault(because = "This task coordinates the setup and execution of other tasks, and should not be cached")
5151
public abstract class RegisterDependenciesTask extends DefaultTask {
5252
static final String TASK_NAME = "spotlessInternalRegisterDependencies";
5353

0 commit comments

Comments
 (0)