gecko-dev/gradle.properties
Geoff Brown 4e738cda84 Bug 1881094 - 7. cleanup firefox-android exclusions in license.yml r=gl,android-reviewers
Cleanup license.yml by:
 - adding license headers to gradle.properties: some gradle.properties files already have license headers; I have just copied those headers to files where they were missing
 - adding license headers for a few .xml files
 - moving the .../src/main/res/ exclusions to Generated.txt; these exclusions are primarily needed for the strings.xml files, which are updated from the android-l10n repo, so they seem more appropriate for Generated.txt

Differential Revision: https://phabricator.services.mozilla.com/D209818
2024-05-09 16:28:42 +00:00

13 lines
538 B
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