tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit f40595245bce88ce4b9b72f3556d4ff42e495392
parent cf35c47f3cb8b832d94b69aee6bce004babb4c73
Author: Kagami Sascha Rosylight <krosylight@proton.me>
Date:   Tue, 14 Oct 2025 08:55:06 +0000

Bug 1993987 - Remove explicit org.gradle.daemon=true r=android-reviewers,nalexander

Differential Revision: https://phabricator.services.mozilla.com/D268393

Diffstat:
Mgradle.properties | 1-
Mmobile/android/android-components/gradle.properties | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties @@ -9,7 +9,6 @@ org.gradle.configureondemand=true # Temporary workaround: all projects must use identical JVM arguments in gradle.properties to enable daemon sharing. # Do not modify these values without first reviewing Bug 1954747: https://bugzilla.mozilla.org/show_bug.cgi?id=1954747 org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -org.gradle.daemon=true org.gradle.configuration-cache=true diff --git a/mobile/android/android-components/gradle.properties b/mobile/android/android-components/gradle.properties @@ -16,7 +16,6 @@ # Temporary workaround: all projects must use identical JVM arguments in gradle.properties to enable daemon sharing. # Do not modify these values without first reviewing Bug 1954747: https://bugzilla.mozilla.org/show_bug.cgi?id=1954747 org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -org.gradle.daemon=true # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit