Skip to content

Commit

Permalink
fix: typo in testServer tweakClass;
Browse files Browse the repository at this point in the history
  • Loading branch information
MJaroslav committed May 30, 2024
1 parent c28f7e2 commit d897343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ testClient {

testServer {
logOnlyTests = false
args += ["--twealClass", "org.spongepowered.asm.launch.MixinTweaker"]
args += ["--tweakClass", "org.spongepowered.asm.launch.MixinTweaker"]
}

def outSrgFile = "${tasks.compileJava.temporaryDir}/outSrg.srg"
Expand Down

0 comments on commit d897343

Please sign in to comment.