Import l10n.
[gecko.git] / mobile / android / android-components / gradle.properties
blobc87984f55e485b60407140effcf13cf331773a27
1 # Project-wide Gradle settings.
3 # IDE (e.g. Android Studio) users:
4 # Gradle settings configured through the IDE *will override*
5 # any settings specified in this file.
7 # For more details on how to configure your build environment visit
8 # http://www.gradle.org/docs/current/userguide/build_environment.html
10 # Specifies the JVM arguments used for the daemon process.
11 # The setting is particularly useful for tweaking memory settings.
12 org.gradle.jvmargs=-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC
13 org.gradle.daemon=true
15 # When configured, Gradle will run in incubating parallel mode.
16 # This option should only be used with decoupled projects. More details, visit
17 # https://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18 # XXX Deactivated because of broken releases?
19 org.gradle.parallel=true
21 # File-system watching: https://blog.gradle.org/introducing-file-system-watching
22 org.gradle.vfs.watch=true
24 # When configured, Gradle will only configure relevant projects instead of all of them.
25 # This option should only be used with decoupled projects. More details, visit
26 # https://docs.gradle.org/current/userguide/multi_project_builds.html#sec:configuration_on_demand
27 org.gradle.configureondemand=true
29 # Build cache - further configured in settings.gradle
30 org.gradle.caching=true
32 # Workaround for intermittent failures
33 # https://github.com/mozilla-mobile/android-components/pull/5381
34 android.forceJacocoOutOfProcess=true
36 # Disabling unused features of the Android build system
37 android.defaults.buildfeatures.aidl=false
38 android.defaults.buildfeatures.renderscript=false
39 android.defaults.buildfeatures.shaders=false
41 # Default values for pom.xml
42 libRepositoryName=Mozilla-Mobile
43 libUrl=https://github.com/mozilla-mobile/firefox-android/tree/main/android-components
44 libVcsUrl=https://github.com/mozilla-mobile/firefox-android.git
45 libLicense=MPL-2.0
46 libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/
48 android.useAndroidX=true
49 android.enableJetifier=false
51 # Non-Transitive R Classes
52 android.nonTransitiveRClass=true