Bug 1898580: Flip the FxA CTA panel pref to be default on r=markh
[gecko.git] / gradle.properties
blobbfc5ce2e275ddde0a2627fc5af84e2aedbe400fc
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 org.gradle.parallel=true
6 org.gradle.daemon=true
7 # Be careful when changing org.gradle.jvmargs below. It will clobber
8 # any defaults set by Gradle: https://github.com/gradle/gradle/issues/19750
9 org.gradle.jvmargs=-Xmx8g -Xms2g -XX:MaxMetaspaceSize=6g
10 android.useAndroidX=true
11 android.nonTransitiveRClass=false
12 android.nonFinalResIds=false