Skip to content

Commit

Permalink
Try annotating as outputfiles too
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Aug 15, 2019
1 parent 5e07449 commit a7b9b13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.gradle.api.GradleException;
import org.gradle.api.tasks.Input;
import org.gradle.api.tasks.InputFiles;
import org.gradle.api.tasks.OutputFiles;
import org.gradle.api.tasks.TaskAction;
import org.gradle.api.tasks.incremental.IncrementalTaskInputs;

Expand Down Expand Up @@ -118,6 +119,7 @@ public void setTarget(Iterable<File> target) {

/** Internal use only. */
@InputFiles
@OutputFiles
@Deprecated
public Iterable<File> getInternalTarget() {
// used to combine the special cache file and the real target
Expand Down

0 comments on commit a7b9b13

Please # to comment.