As tracking in https://bugzilla.mozilla.org/show_bug.cgi?id=1946302, com.google.android.gms.oss.licenses.plugin.LicensesTask is not compatible with configuration-cache. The solution originally used was to report those issues as warnings and still attempt to build. This caused issues with UI test in Nightly where in app listing of libraries used is empty. This patch removes the warnings, the side effect of which is that any tasks using oss plugin will not use configuration-cache, for example, fenix:assembleDebug. A better solution will be tracked in bug 1946302. Differential Revision: https://phabricator.services.mozilla.com/D240226
17 lines
610 B
Properties
17 lines
610 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
|
|
org.gradle.configureondemand=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
|
|
|
|
org.gradle.configuration-cache=true
|
|
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=false
|
|
android.nonFinalResIds=false
|