mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 13:05:27 -05:00
okay it should REALLY work now
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user