Fix warnings and deprecations in build files.
Categories
(Firefox for Android :: General, task, P2)
Tracking
()
People
(Reporter: mcarare, Assigned: mcarare)
Details
Attachments
(1 file)
|
[mozilla-mobile/firefox-android] Bug 1849833 - Fix warnings and deprecations in build files. (#3730)
59 bytes,
text/x-github-pull-request
|
Details | Review |
We still use deprecated options ( like the kotlinOptions method) our build files and we still have some various warnings that we should address.
Comment 1•2 years ago
|
||
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/d67e66e4b27cc282957d6fe5964688acf778d8a1
[main] Bug 1849833 - Replace qualified name with import.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/444a39a4aa0a2d62fc2c3f68c67ad76cb8774ad4
[main] Bug 1849833 - Replace deprecated kotlinOptions method.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/c0eef28f84df74de45bc60a5aea293aceceacb63
[main] Bug 1849833 - Replace all with configureEach.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/78c5604b2efe5cf22cb07ab8f0fc2ce57481eb34
[main] Bug 1849833 - Use configureEach to avoid unnecessary configuration.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/ae1bc6b5d7fdc63036c3885fe7e83b6a3c1d2673
[main] Bug 1849833 - Replace deprecated compileSdkVersion.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/8fa7a1df1593be484e645756d4690d6769affd7a
[main] Bug 1849833 - Replace deprecated flavorDimensions property.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/653808f842a9980a7f3026cab878027a7b6ec292
[main] Bug 1849833 - Use tasks.register to avoid unnecessary configuration.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/bd13da30d4075fb0ab83b88296b4fe6b198477bb
[main] Bug 1849833 - Replace deprecated OutputFile and VariantOutput.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/2c4a007212db188c245f625a83f12483c0fe1d4f
[main] Bug 1849833 - Replace deprecated main with mainClass.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/2441387422f738a7b4aa31b1d8ec6868baa73f12
[main] Bug 1849833 - Move misplaced dependencies block.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/43accf30635232f767ff926375a24b6f9757253f
[main] Bug 1849833 - Fix jvmTarget inconsistency in Focus.
| Assignee | ||
Comment 2•2 years ago
|
||
This should only touch build code, not production code, so no QA is needed at this moment.
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/532eefa4dbd7fa320744604bfaac5b8910898540
[main] Bug 1849833 - Replace deprecated compileSdkVersion.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/c4447889e706b0d7b3e4401b5fe3f24e4d9599d8
[main] Bug 1849833 - Replace qualified name with import.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/e1278e2487392dbff620ab1384f595ab5d5bb448
[main] Bug 1849833 - Replace deprecated kotlinOptions method.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/629580d82868f9493cdc42a0912a134a34f669c6
[main] Bug 1849833 - Replace all with configureEach.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/f63f20b1605ffe245c0a302fd7d1a3c32bafaef0
[main] Bug 1849833 - Replace deprecated enabled with required.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/44e3efe58b20e9c1ac02664e4e0554150dac35c2
[main] Bug 1849833 - Use tasks.register to avoid unnecessary configuration.
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/966d8eef6ffa10b3c8a79d09c1bff8159535ef4c
[main] Bug 1849833 - Replace deprecated classifier with archiveClassifier
Comment 6•2 years ago
|
||
Authored by https://github.com/mcarare
https://github.com/mozilla-mobile/firefox-android/commit/a05bc9618457ab2d71a5d3d88d8d3b0318497a54
[main] Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute.
Comment 7•2 years ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Updated•2 years ago
|
Description
•