guava
guava copied to clipboard
DO NOT MERGE: AGP integration test.
trafficstars
This detects the problem of https://github.com/google/guava/issues/7769.
To actually merge this, I'd want to:
-
Make it work with the version of Gradle we already use, 8.5, or else upgrade the somewhat-standard version of Gradle that's used across a handful of Google project, including ours.
-
Integrate it into our CI and release processes, including testing with the version that we're building, as in our Gradle integration tests for our module metadata.
-
Put some patterns into a
.gitignorefile here, similar to what we already have for the previous Gradle integration tests.