gradle.properties (886B)
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/. 4 5 org.gradle.parallel=true 6 org.gradle.configureondemand=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 # Temporary workaround: all projects must use identical JVM arguments in gradle.properties to enable daemon sharing. 10 # Do not modify these values without first reviewing Bug 1954747: https://bugzilla.mozilla.org/show_bug.cgi?id=1954747 11 org.gradle.jvmargs=-Xmx7g -Xms2g -XX:MaxMetaspaceSize=6g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC 12 13 org.gradle.configuration-cache=true 14 15 android.useAndroidX=true 16 17 # Test fixtures 18 android.experimental.enableTestFixturesKotlinSupport=true