mirror of
https://github.com/accelforce/Yuito
synced 2024-12-21 20:44:31 +01:00
increase gradle jvm memory
This commit is contained in:
parent
d45c024143
commit
c46cff930c
@ -9,9 +9,11 @@
|
||||
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
# org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
|
||||
# use parallel execution
|
||||
org.gradle.parallel=true
|
||||
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user