mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Fix genSources task not being in the fabric group
This commit is contained in:
@@ -76,6 +76,7 @@ public class LoomGradlePlugin extends AbstractPlugin {
|
||||
|
||||
tasks.register("genSources", t -> {
|
||||
t.getOutputs().upToDateWhen((o) -> false);
|
||||
t.setGroup("fabric");
|
||||
});
|
||||
|
||||
project.afterEvaluate((p) -> {
|
||||
|
||||
Reference in New Issue
Block a user