Running standard tasks like `gradle test` was only running the lint and test for the basic flavor, when really, the full flavor should always take precedence. If you look at: https://gitlab.com/fdroid/fdroidclient/-/jobs/3495360444 You can see that app:lintBasicDebug gets run, but app:lintFullDebug does not. Unfortunately, Gradle just alpha-sorts flavors by default to set priority.merge-requests/1161/head
parent
f6d77ee5e7
commit
5ccdc68408
Loading…
Reference in new issue