mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Fix compile errors
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user