Linked the regression. These version updates caused the regression: https://searchfox.org/mozilla-central/rev/79f37e7fcd8994d86b0c610a87af4ef0343166ee/mobile/android/annotations/build.gradle#6-7 https://searchfox.org/mozilla-central/rev/79f37e7fcd8994d86b0c610a87af4ef0343166ee/build.gradle#28 I tried using AGP v8.3.2 and lint v31.3.2 versions and they are working with the current production code. Probably somethings have changed in v8.4.0 (our current version), that might have impacted the behavior of `lintPublish` and `lintChecks` configurations. . Worth noting, I've tested this on Android Studio Jellyfish | 2023.3.1 Patch 2 which got a [patch release for AGP v8.4.2](https://developer.android.com/build/releases/past-releases/agp-8-4-0-release-notes#android-studio-jellyfish-|-2023.3.1-patch-2-and-agp-8.4.2-june-2024). Upgrading to AGP v8.4.2 (and lint v31.4.2) did not help.
Bug 1909623 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Linked the regression. These version updates caused the regression: https://searchfox.org/mozilla-central/rev/79f37e7fcd8994d86b0c610a87af4ef0343166ee/mobile/android/annotations/build.gradle#6-7 https://searchfox.org/mozilla-central/rev/79f37e7fcd8994d86b0c610a87af4ef0343166ee/build.gradle#28 I tried using AGP v8.3.2 and lint v31.3.2 versions and they are working with the current production code. Probably somethings have changed in v8.4.0 (our current version), that might have impacted the behavior of `lintPublish` and `lintChecks` configurations. I could not spot any reference in the release notes. Worth noting, I've tested this on Android Studio Jellyfish | 2023.3.1 Patch 2 which got a [patch release for AGP v8.4.2](https://developer.android.com/build/releases/past-releases/agp-8-4-0-release-notes#android-studio-jellyfish-|-2023.3.1-patch-2-and-agp-8.4.2-june-2024). Upgrading to AGP v8.4.2 (and lint v31.4.2) did not help.