mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-08 22:07:25 +08:00
Disable fancy Gradle properties for Forge/NeoForge
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user