-
Notifications
You must be signed in to change notification settings - Fork 545
Fix gradle tests #4284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gradle tests #4284
Conversation
5fe2ace
to
9ee2e29
Compare
(cherry picked from commit 1dccb24)
d874649
to
4d55f26
Compare
11e96e6
to
379c41f
Compare
379c41f
to
b4c052b
Compare
I will fix it by reopen #3774, but I prefer to use #4286 as base. Alternative: Disable the 4 failing tests, clean the build cache, merge the revert commit and merge this PR, and then #4286. |
Cool with the merge approach, just merged that PR |
The first two commits should fail, because they include #4222 but not #4282, the last merge commit should succeed because it contains 4282.
Previously, the AGP plugin was added to the build script classpath. Now the tests use the plugins block, which does not add the AGP by default.