Skip to content

Commit

Permalink
Hardcode auto-provisioning in Gradle to off.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-signal authored and greyson-signal committed Nov 21, 2024
1 parent 7f1a866 commit fe782eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
org.gradle.jvmargs=-Xmx12g -Xms256m -XX:MaxMetaspaceSize=1g
android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=4
# 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
Expand Down

0 comments on commit fe782eb

Please sign in to comment.