Closed
Bug 1946302
Opened 1 month ago
Closed 3 days ago
Track and fix com.google.android.gms.oss.licenses.plugin.LicensesTask error for notCompatibleWithConfigurationCache
Categories
(Firefox Build System :: Android Studio and Gradle Integration, task)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: adhingra, Assigned: adhingra)
References
Details
(Whiteboard: [fxdroid][group3])
Attachments
(1 file, 1 obsolete file)
Currently task of type com.google.android.gms.oss.licenses.plugin.LicensesTask
fails as notCompatibleWithConfigurationCache.
Issue tracked in https://github.com/google/play-services-plugins/issues/246.
Solution provided here: https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.api/-task/not-compatible-with-configuration-cache.html.
Relevant patch: https://phabricator.services.mozilla.com/D232874#inline-1314241
When fixed, remove org.gradle.configuration-cache.problems=warn
from all gradle.properties
files
Assignee | ||
Comment 1•16 days ago
|
||
Updated•16 days ago
|
Assignee: nobody → adhingra
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 days ago
|
||
Updated•7 days ago
|
Attachment #9472175 -
Attachment is obsolete: true
Updated•7 days ago
|
Attachment #9470069 -
Attachment description: WIP: Bug 1946302 - Initial rough draft to discuss a possible solution for OSS libraries list in debug builds. → Bug 1946302 -Temporary fix to make fenix config-cache friendly by creating default third_party_licenses* resource entries to be used by local builds.
Pushed by adhingra@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66ba7361ba02
Temporary fix to make fenix config-cache friendly by creating default third_party_licenses* resource entries to be used by local builds. r=nalexander,ohall,pollymce
Assignee | ||
Updated•4 days ago
|
Whiteboard: [fxdroid][group3]
Updated•4 days ago
|
Comment 4•3 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•