Fix genSources task not being in the fabric group

This commit is contained in:
modmuss50 2019-08-02 15:15:40 +01:00
parent 927c3f22cc
commit 3455e087ab

View file

@ -76,6 +76,7 @@ public class LoomGradlePlugin extends AbstractPlugin {
tasks.register("genSources", t -> {
t.getOutputs().upToDateWhen((o) -> false);
t.setGroup("fabric");
});
project.afterEvaluate((p) -> {