mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +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
|
||||
Reference in New Issue
Block a user