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

@@ -2,6 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx4G
org.gradle.daemon=false
org.gradle.configuration-cache=false
minecraft_version=26.1
forge_version=62.0.3
@@ -10,12 +11,4 @@ archivesBaseName=NoChatRestrictions
modVersion=Forge-MC26.1-v1.1.0
manifestVersion=26.1-v1.1.0
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.configuration-cache.problems=warn
net.minecraftforge.gradle.merge-source-sets=true

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