Fix genSources task not being in the fabric group
parent
927c3f22cc
commit
3455e087ab
|
@ -76,6 +76,7 @@ public class LoomGradlePlugin extends AbstractPlugin {
|
||||||
|
|
||||||
tasks.register("genSources", t -> {
|
tasks.register("genSources", t -> {
|
||||||
t.getOutputs().upToDateWhen((o) -> false);
|
t.getOutputs().upToDateWhen((o) -> false);
|
||||||
|
t.setGroup("fabric");
|
||||||
});
|
});
|
||||||
|
|
||||||
project.afterEvaluate((p) -> {
|
project.afterEvaluate((p) -> {
|
||||||
|
|
Loading…
Reference in New Issue