Re-enable gradle daemon (#237)

NG7 is compatible with the daemon, and having a running daemon makes invoking gradle substantially faster, which is especially relevant if running gradle tasks before IDE runs or the like.
This commit is contained in:
Luke Bemish 2025-01-07 13:26:19 -06:00 committed by GitHub
parent 42ed93ee2c
commit 85567150a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# 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.
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=false org.gradle.daemon=true
org.gradle.debug=false org.gradle.debug=false
#read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings #read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings