Skip to content

Commit

Permalink
update codebook, set hypo parallelism to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Dec 14, 2024
1 parent 76dac67 commit d580fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions/1.21.4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mache {
"--output={output}",
"--input={input}",
"--input-classpath={inputClasspath}",
"--hypo-parallelism=1",
)
if (generateReportsProperty.getOrElse("false").toBooleanStrict()) {
args.addAll(listOf(
Expand All @@ -35,7 +36,7 @@ mache {
}

dependencies {
codebook("1.0.11")
codebook("1.0.12")
remapper(art("2.0.5"))
decompiler(vineflower("1.11.0-20241204.173358-53"))
parchment("1.21.4", "2024.12.07")
Expand Down

0 comments on commit d580fac

Please sign in to comment.