Skip to content

Commit

Permalink
Disable parallel builds
Browse files Browse the repository at this point in the history
Enabling this causes mixin refmaps for the different platforms to be
mixed up for some reason.
  • Loading branch information
LostLuma committed Jul 28, 2024
1 parent ecd7fd0 commit 827e954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gradle Properties
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.parallel = false
org.gradle.jvmargs = -Xmx3G

# Mod Properties
Expand Down

0 comments on commit 827e954

Please sign in to comment.