Files
mollyim-android/gradle.properties
2026-02-05 18:03:48 +01:00

20 lines
873 B
Properties

org.gradle.jvmargs=-Xmx12g -XX:+UseParallelGC
org.gradle.parallel=true
kotlin.daemon.jvmargs=-Xmx10g -XX:+UseG1GC
android.useAndroidX=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=fail
# We never want to use auto-provisioning, as it breaks reproducible builds.
# This should not be a problem, because we never configure a "javaRepositories"
# item to tell Gradle where to auto-provision the toolchain from, but adding
# this flag adds an extra layer of protection.
# See: https://docs.gradle.org/current/userguide/toolchains.html#sub:disable_auto_provision
org.gradle.java.installations.auto-download=false
# Prevents lint crash when analyzing uncompiled kotlin gradle scripts
android.lint.useK2Uast=false
# Uncomment these to build libsignal from source.
# libsignalClientPath=../libsignal
# org.gradle.dependency.verification=lenient