Skip to content

Commit 5ce6d6f

Browse files
committed
Remove @InputFiles patch from PatchSourcesTask.getPatches, as the value should be cached by getPatchesZip/getPatchesDir.
1 parent b186d75 commit 5ce6d6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/net/minecraftforge/gradle/tasks/PatchSourcesTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ private File getPatchesZip()
357357
return getPatches();
358358
}
359359

360-
@InputFiles
361360
public File getPatches()
362361
{
363362
return getProject().file(patches);

0 commit comments

Comments
 (0)