-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (24 loc) · 1.1 KB
/
gradle.properties
File metadata and controls
28 lines (24 loc) · 1.1 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
# 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.
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=1024m -XX:+UseSerialGC -XX:CICompilerCount=2
kotlin.daemon.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m -XX:+UseSerialGC
kotlin.compiler.execution.strategy=in-process
org.gradle.workers.max=1
# JDK 17 path for AGP/Kotlin compatibility (CI/Linux)
org.gradle.java.home=/root/.local/share/mise/installs/java/17.0.2
#
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=false
# Enable Gradle build cache
org.gradle.caching=false
# Enable configuration on demand
org.gradle.configureondemand=true
#Tue Nov 07 15:47:18 PST 2023
android.defaults.buildfeatures.buildconfig=true
android.useAndroidX=true
# Suppress compileSdk warning
android.suppressUnsupportedCompileSdk=35