Repo cloned
This commit is contained in:
commit
496ae75f58
7988 changed files with 1451097 additions and 0 deletions
15
gradle.properties
Normal file
15
gradle.properties
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
org.gradle.jvmargs=-Xmx5g -XX:+UseParallelGC
|
||||
org.gradle.parallel=true
|
||||
kotlin.daemon.jvmargs=-Xmx6g -XX:+UseG1GC
|
||||
android.useAndroidX=true
|
||||
org.gradle.configuration-cache=false
|
||||
# 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
|
||||
|
||||
# Uncomment these to build libsignal from source.
|
||||
# libsignalClientPath=../libsignal
|
||||
# org.gradle.dependency.verification=lenient
|
||||
Loading…
Add table
Add a link
Reference in a new issue