Closed
Bug 1977672
Opened 1 month ago
Closed 1 month ago
Fix some Gradle warnings
Categories
(Firefox for Android :: Tooling, task)
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
While looking at the Gradle 9 RC builds on Try, we've hit a few warnings/errors which are easily fixable now.
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
Fixes this Gradle 9 error:
Can't have an abstract method in a non-abstract class. The class 'MachExec' must be
declared abstract or the method 'org.gradle.api.model.ObjectFactory getObjectFactory()'
must be implemented.
Assignee | ||
Comment 3•1 month ago
|
||
Pushed by rvandermeulen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0042c3be93c0
https://hg.mozilla.org/integration/autoland/rev/935faa90fa46
Declare MachExec as abstract. r=android-reviewers,adhingra
https://github.com/mozilla-firefox/firefox/commit/47d60ec25775
https://hg.mozilla.org/integration/autoland/rev/218ae8216989
Fix some Gradle deprecated space assignment usage. r=android-reviewers,adhingra
Comment 5•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/935faa90fa46
https://hg.mozilla.org/mozilla-central/rev/218ae8216989
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•