2424public final class NeoDevFacade {
2525 private NeoDevFacade () {}
2626
27- public static void setupRuns (Project project ,
28- Provider <Directory > argFileDir ,
29- DomainObjectCollection <RunModel > runs ,
30- Object runTemplatesSourceFile ,
31- Consumer <Configuration > configureModulePath ,
32- Consumer <Configuration > configureAdditionalClasspath ,
33- Provider <RegularFile > assetPropertiesFile ) {
34- ModDevRunWorkflow .setupRuns (
35- project ,
36- Branding .NEODEV ,
37- argFileDir ,
38- runs ,
39- runTemplatesSourceFile ,
40- configureModulePath ,
41- configureAdditionalClasspath ,
42- assetPropertiesFile ,
43- // This overload of the method was only used by NeoForge 1.21.3
44- VersionCapabilitiesInternal .ofMinecraftVersion ("1.21.3" ));
45- }
46-
4727 public static void setupRuns (Project project ,
4828 Provider <Directory > argFileDir ,
4929 DomainObjectCollection <RunModel > runs ,
@@ -64,30 +44,6 @@ public static void setupRuns(Project project,
6444 neoFormVersion .map (VersionCapabilitiesInternal ::ofNeoFormVersion ).getOrElse (VersionCapabilitiesInternal .latest ()));
6545 }
6646
67- public static void setupTestTask (Project project ,
68- Provider <Directory > argFileDir ,
69- TaskProvider <Test > testTask ,
70- Object runTemplatesSourceFile ,
71- Provider <Set <ModModel >> loadedMods ,
72- Provider <ModModel > testedMod ,
73- Consumer <Configuration > configureModulePath ,
74- Consumer <Configuration > configureAdditionalClasspath ,
75- Provider <RegularFile > assetPropertiesFile ) {
76- ModDevRunWorkflow .setupTestTask (
77- project ,
78- Branding .NEODEV ,
79- runTemplatesSourceFile ,
80- testTask ,
81- loadedMods ,
82- testedMod ,
83- argFileDir ,
84- configureModulePath ,
85- configureAdditionalClasspath ,
86- assetPropertiesFile ,
87- // This overload of the method was only used by NeoForge before 1.21.9
88- VersionCapabilitiesInternal .ofMinecraftVersion ("1.21.8" ));
89- }
90-
9147 public static void setupTestTask (Project project ,
9248 Provider <Directory > argFileDir ,
9349 TaskProvider <Test > testTask ,
0 commit comments