Fix compile errors

This commit is contained in:
shedaniel
2024-01-10 22:35:12 +09:00
parent 39e23837e5
commit a85428d43b

View File

@@ -112,7 +112,7 @@ public abstract class RemapTaskConfiguration implements Runnable {
getProject().afterEvaluate(p -> {
if (extension.isForge()) {
if (PropertyUtil.getAndFinalize(extension.getForge().getConvertAccessWideners())) {
Aw2At.setup(getProject(), remapJarTask);
Aw2At.setup(getProject(), (RemapJarTask) getTasks().getByName(REMAP_JAR_TASK_NAME));
}
Set<String> mixinConfigs = PropertyUtil.getAndFinalize(extension.getForge().getMixinConfigs());