You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalTaskModeUPDATE_MD5 = newTaskMode("updatemd5", "Update MD5 Hashes", "Update md5 hash tables used for reobfuscation", TaskUpdateMD5.class, newTaskParameter[] {
43
+
publicstaticTaskModeUPDATE_MD5 = newTaskMode("updatemd5", "Update MD5 Hashes", "Update md5 hash tables used for reobfuscation", TaskUpdateMD5.class, newTaskParameter[] {
40
44
TaskParameter.DEBUG,
41
45
TaskParameter.SOURCE_VERSION,
42
46
TaskParameter.TARGET_VERSION,
43
47
TaskParameter.BOOT_CLASS_PATH,
44
48
TaskParameter.SIDE
45
49
});
46
-
publicstaticfinalTaskModeUPDATE_MCP = newTaskMode("updatemcp", "Update", "Download an update if available", TaskDownloadUpdate.class);
50
+
publicstaticTaskModeUPDATE_MCP = newTaskMode("updatemcp", "Update", "Download an update if available", TaskDownloadUpdate.class);
47
51
48
-
publicstaticfinalTaskModeSETUP = newTaskMode("setup", "Setup", "Choose a version to setup", TaskSetup.class, newTaskParameter[] {
52
+
publicstaticTaskModeSETUP = newTaskMode("setup", "Setup", "Choose a version to setup", TaskSetup.class, newTaskParameter[] {
49
53
TaskParameter.DEBUG,
50
54
});
51
-
publicstaticfinalTaskModeCLEANUP = newTaskMode("cleanup", "Cleanup", "Delete all source and class folders", TaskCleanup.class, newTaskParameter[] {
55
+
publicstaticTaskModeCLEANUP = newTaskMode("cleanup", "Cleanup", "Delete all source and class folders", TaskCleanup.class, newTaskParameter[] {
52
56
TaskParameter.DEBUG,
53
57
TaskParameter.SRC_CLEANUP
54
58
});
55
-
publicstaticfinalTaskModeSTART = newTaskMode("start", "Start", "Runs the client or the server from compiled classes", TaskRun.class, newTaskParameter[] {
59
+
publicstaticTaskModeSTART = newTaskMode("start", "Start", "Runs the client or the server from compiled classes", TaskRun.class, newTaskParameter[] {
56
60
TaskParameter.RUN_BUILD
57
61
});
58
-
publicstaticfinalTaskModeBUILD = newTaskMode("build", "Build", "Builds the final jar or zip", TaskBuild.class, newTaskParameter[] {
62
+
publicstaticTaskModeBUILD = newTaskMode("build", "Build", "Builds the final jar or zip", TaskBuild.class, newTaskParameter[] {
0 commit comments