Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Sep 13, 2022
1 parent c83d1fe commit 6deed39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ abstract class SpigotDecompileJar : JavaLauncherTask() {
objects.fileCollection().from(fernFlowerJar),
workingDir = layout.cache,
logFile = logFile,
jvmArgs = listOf("-Xmx$memory.get()"),
jvmArgs = listOf("-Xmx${memory.get()}"),
args = cmd.toTypedArray()
)

Expand Down

0 comments on commit 6deed39

Please sign in to comment.