Fixed
Status Update
Comments
lu...@google.com <lu...@google.com>
ya...@google.com <ya...@google.com>
tn...@google.com <tn...@google.com> #2
This was broken by 3bca759a5ff08352de831bb1e9b61b1ec2b3362d.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
Fix (pending) is I2c2dc7b600603ee430fd0d91b23d52ea8aa29ca9.
ko...@gmail.com <ko...@gmail.com> #3
Almost 2 months later and this is still broken
Description
DESCRIBE THE ISSUE IN DETAIL:
STEPS TO REPRODUCE:
println(context.project.allLibraries)
beforecontext.getLocation(attr, LocationType.VALUE)
call. They print the expected project list and more importantly, the following call to getLocation does NOT crash.I resolved our issue by inlining the rule and calling
allProject
.Exception in filterIncident causes https://issuetracker.google.com/issues/291446497 .
context.getLocation(attr, LocationType.VALUE)
is called.Version of Gradle Plugin: 8.0.2 Version of Gradle: 8 Version of Java: 17 OS: Mac