File tree 3 files changed +4
-9
lines changed
groovy/net/fabricmc/loom/test/integration/neoforge
resources/projects/neoforge/12005/src/main
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import spock.lang.Unroll
31
31
import static net.fabricmc.loom.test.LoomTestConstants.DEFAULT_GRADLE
32
32
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
33
33
34
- class NeoForge12005Test extends Specification implements GradleProjectTestTrait {
34
+ class NeoForge1205Test extends Specification implements GradleProjectTestTrait {
35
35
@Unroll
36
36
def " build #mcVersion #neoforgeVersion #mappings" () {
37
37
setup :
@@ -41,14 +41,14 @@ class NeoForge12005Test extends Specification implements GradleProjectTestTrait
41
41
.replace(' @MAPPINGS@' , mappings)
42
42
43
43
when :
44
- def result = gradle. run(task : " runClient " )
44
+ def result = gradle. run(task : " build " )
45
45
46
46
then :
47
- result. task(" :runClient " ). outcome == SUCCESS
47
+ result. task(" :build " ). outcome == SUCCESS
48
48
49
49
where :
50
50
mcVersion | neoforgeVersion | mappings
51
- // '1.20.5-rc1' | '20.5.0-alpha.1.20.5-rc1.20240422.033338' | 'loom.officialMojangMappings()'
51
+ ' 1.20.5-rc1' | ' 20.5.0-alpha.1.20.5-rc1.20240422.033338' | ' loom.officialMojangMappings()'
52
52
' 1.20.5-rc1' | ' 20.5.0-alpha.1.20.5-rc1.20240422.033338' | ' "net.fabricmc:yarn:1.20.5-rc1+build.3:v2"'
53
53
}
54
54
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments