From 85567150a97ec1e16ef6ba0be6abf22184eb44f9 Mon Sep 17 00:00:00 2001 From: Luke Bemish Date: Tue, 7 Jan 2025 13:26:19 -0600 Subject: [PATCH] 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. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f6bd5d..5d097dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. org.gradle.jvmargs=-Xmx1G -org.gradle.daemon=false +org.gradle.daemon=true org.gradle.debug=false #read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings