okay it should REALLY work now

This commit is contained in:
Juuz
2022-01-19 17:30:43 +02:00
parent a70f45d359
commit 69e87a685a

View File

@@ -26,10 +26,13 @@ package net.fabricmc.loom.task;
import org.gradle.api.Task;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.api.tasks.InputFile;
// TODO: This should probably be replaced in favour of just using upstream Loom's decompiler options
@Deprecated
public interface DecompilationTask extends Task {
@InputFile
RegularFileProperty getInputJar();
@InputFile
RegularFileProperty getRuntimeJar();
}