mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
4e738cda84
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
13 lines
538 B
Properties
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
|