Enable Gradle daemon

Now that we no longer have to deal with ForgeGradle, we can actually use
this pretty fundamental Gradle feature again.
This commit is contained in:
Jonas Herzig
2024-07-10 17:36:01 +02:00
parent 6b5993ad64
commit b537822d3c

View File

@@ -4,6 +4,5 @@ essential.defaults.loom.fabric-loader=net.fabricmc:fabric-loader:0.15.11
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx8G
org.gradle.daemon=false
org.gradle.parallel=true
org.gradle.configureondemand=true