Disable fancy Gradle properties for Forge/NeoForge

This commit is contained in:
Aizistral
2026-03-27 23:57:01 +01:00
parent 2ccf8f13f7
commit 612274d6e0
2 changed files with 2 additions and 12 deletions

View File

@@ -1,10 +1,7 @@
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.debug=false
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false
## Environment Properties
minecraft_version=26.1