-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (30 loc) · 1.58 KB
/
gradle.properties
File metadata and controls
30 lines (30 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx1024m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. For more details, visit
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
# org.gradle.parallel=true
#Mon May 05 22:50:05 WIB 2025
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.injected.androidTest.leaveApksInstalledAfterRun=true
android.useAndroidX=true
kotlin.code.style=official
kotlin.daemon.jvmargs=-Dfile.encoding\=UTF-8 -XX\:+UseG1GC -XX\:SoftRefLRUPolicyMSPerMB\=1 -XX\:ReservedCodeCacheSize\=320m -XX\:+HeapDumpOnOutOfMemoryError -Xmx4g -Xms4g
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.configuration-cache.problems=warn
org.gradle.configureondemand=false
org.gradle.daemon=true
org.gradle.daemon.idletimeout=1
org.gradle.jvmargs=-Dfile.encoding\=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX\:+UseG1GC -XX\:SoftRefLRUPolicyMSPerMB\=1 -XX\:ReservedCodeCacheSize\=256m -XX\:+HeapDumpOnOutOfMemoryError -Xmx2048M -Xms2g
org.gradle.parallel=true
#org.gradle.workers.max=3
roborazzi.test.verify=true