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:
@@ -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.
|
# 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.
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||||
org.gradle.jvmargs=-Xmx8G
|
org.gradle.jvmargs=-Xmx8G
|
||||||
org.gradle.daemon=false
|
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
org.gradle.configureondemand=true
|
org.gradle.configureondemand=true
|
||||||
|
|||||||
Reference in New Issue
Block a user