mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 12:17:00 -05:00
Fix genSourcesWithDecompiler always depending on the default decompiler.
This commit is contained in:
@@ -92,8 +92,8 @@ public final class SplitDecompileConfiguration extends DecompileConfiguration<Ma
|
||||
task.setDescription("Decompile minecraft using %s.".formatted(decompilerName));
|
||||
task.setGroup(Constants.TaskGroup.FABRIC);
|
||||
|
||||
task.dependsOn(commonDecompileTask);
|
||||
task.dependsOn(clientOnlyDecompileTask);
|
||||
task.dependsOn(project.getTasks().named("gen%sSourcesWith%s".formatted("Common", decompilerName)));
|
||||
task.dependsOn(project.getTasks().named("gen%sSourcesWith%s".formatted("ClientOnly", decompilerName)));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user