We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcd726 commit fd41613Copy full SHA for fd41613
1 file changed
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/RegisterDependenciesTask.java
@@ -47,7 +47,7 @@
47
* - When this "registerDependencies" task does its up-to-date check, it queries the task execution graph to see which
48
* SpotlessTasks are at risk of being executed, and causes them all to be evaluated safely in the root buildscript.
49
*/
50
-@DisableCachingByDefault(because = "I/O bound task not worth caching")
+@DisableCachingByDefault(because = "This task coordinates the setup and execution of other tasks, and should not be cached")
51
public abstract class RegisterDependenciesTask extends DefaultTask {
52
static final String TASK_NAME = "spotlessInternalRegisterDependencies";
53
0 commit comments