Fix genSources task not being in the fabric group

dev/0.11
modmuss50 2019-08-02 15:15:40 +01:00
parent 927c3f22cc
commit 3455e087ab
1 changed files with 1 additions and 0 deletions

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) -> {