We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8b70a commit b09d5daCopy full SHA for b09d5da
src/main/groovy/net/minecraftforge/forgedev/tasks/mappings/LegacyGenerateSRG.groovy
@@ -35,7 +35,7 @@ abstract class LegacyGenerateSRG extends DefaultTask implements ForgeDevTask {
35
abstract @Input Property<Boolean> getReverse()
36
37
abstract @InputFile RegularFileProperty getMcpSrgData()
38
- abstract @InputFile ConfigurableFileCollection getMappings()
+ abstract @InputFiles ConfigurableFileCollection getMappings()
39
abstract @OutputFile RegularFileProperty getOutput()
40
41
protected abstract @InputFiles @Classpath ConfigurableFileCollection getWorkerClasspath()
0 commit comments