https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c1b6807fbb8b9076177c1fda1d43ea0679a42ef0 authored by smayya on 20 August 2024, 17:28:32 UTC
Bug 1889130 - update feature manifest to manage network.socket.ip_addr_any.disabled. a=RyanVM
Tip revision: c1b6807
gradle.properties
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

org.gradle.parallel=true
org.gradle.daemon=true
# Be careful when changing org.gradle.jvmargs below. It will clobber
# any defaults set by Gradle: https://github.com/gradle/gradle/issues/19750
org.gradle.jvmargs=-Xmx8g -Xms2g -XX:MaxMetaspaceSize=6g
android.useAndroidX=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
back to top