Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
ga...@google.com <ga...@google.com> #3
The fix has not been landed.
ga...@google.com <ga...@google.com> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
sa...@google.com <sa...@google.com> #5
I cc'ed you on the CL which should be landed this week.
Description
AGP: 8.0.0-alpha10
Using the snippet below:
and running
./gradlew :library:assembleDebug --configuration-cache
fails withAdding to
variant.sources.java
instead ofvariant.sources.resources
fixes the issue.