We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ea2f3 commit 2012238Copy full SHA for 2012238
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/SpotlessTask.java
@@ -34,6 +34,7 @@
34
import org.gradle.api.GradleException;
35
import org.gradle.api.tasks.Input;
36
import org.gradle.api.tasks.InputFiles;
37
+import org.gradle.api.tasks.OutputFiles;
38
import org.gradle.api.tasks.TaskAction;
39
import org.gradle.api.tasks.incremental.IncrementalTaskInputs;
40
@@ -118,6 +119,7 @@ public void setTarget(Iterable<File> target) {
118
119
120
/** Internal use only. */
121
@InputFiles
122
+ @OutputFiles
123
@Deprecated
124
public Iterable<File> getInternalTarget() {
125
// used to combine the special cache file and the real target
0 commit comments