Put tasks in 'fabric' group

This commit is contained in:
therealfarfetchd
2018-12-22 17:06:18 +01:00
parent baaf430fd8
commit 58512f2f47
12 changed files with 29 additions and 22 deletions

View File

@@ -36,6 +36,9 @@ import java.util.ArrayList;
import java.util.List;
public class RunClientTask extends JavaExec {
public RunClientTask() {
setGroup("fabric");
}
@Override
public void exec() {