Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jan 1, 2025
1 parent 5661d39 commit 6817268
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class RunConfigTest extends Specification implements GradleProjectTestTrait {
mappings "net.fabricmc:yarn:1.21.4+build.4:v2"
modImplementation "net.fabricmc:fabric-loader:0.16.9"
}
tasks.register("prodServer", net.fabricmc.loom.task.prod.ServerProductionRunTask) {
installerVersion = "1.0.1"
}
Expand All @@ -168,7 +168,7 @@ class RunConfigTest extends Specification implements GradleProjectTestTrait {
mappings "net.fabricmc:yarn:1.21.4+build.4:v2"
modImplementation "net.fabricmc:fabric-loader:0.16.9"
}
tasks.register("prodClient", net.fabricmc.loom.task.prod.ClientProductionRunTask)
'''
when:
Expand Down

0 comments on commit 6817268

Please sign in to comment.