Skip to content

Commit b09d5da

Browse files
committed
Fix LegacyGenerateSRG using incorrect file caching
1 parent 5b8b70a commit b09d5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/net/minecraftforge/forgedev/tasks/mappings/LegacyGenerateSRG.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class LegacyGenerateSRG extends DefaultTask implements ForgeDevTask {
3535
abstract @Input Property<Boolean> getReverse()
3636

3737
abstract @InputFile RegularFileProperty getMcpSrgData()
38-
abstract @InputFile ConfigurableFileCollection getMappings()
38+
abstract @InputFiles ConfigurableFileCollection getMappings()
3939
abstract @OutputFile RegularFileProperty getOutput()
4040

4141
protected abstract @InputFiles @Classpath ConfigurableFileCollection getWorkerClasspath()

0 commit comments

Comments
 (0)