Skip to content

Commit

Permalink
Re-enable gradle daemon (#237)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lukebemish authored Jan 7, 2025
1 parent 42ed93e commit 8556715
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 @@
# 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
Expand Down

0 comments on commit 8556715

Please sign in to comment.