mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
The elephant stares back
Add some flags to hopefully speed up building/syncing
This commit is contained in:
parent
43f33c4345
commit
a87689b9e4
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
org.gradle.jvmargs = -Xmx3G
|
org.gradle.jvmargs = -Xmx3G
|
||||||
org.gradle.daemon = false
|
org.gradle.daemon = false
|
||||||
|
org.gradle.parallel = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
org.gradle.configuration-cache = true
|
||||||
|
|
||||||
# Mod Info
|
# Mod Info
|
||||||
mod_version = 0.5.2
|
mod_version = 0.5.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue