This message was deleted.
# configuration-cache
s
This message was deleted.
v
Did you have a look at the configuration cache report?
n
The configuration cache report doesn't explain why a configuration cache entry could not be reused.
r
Looking at the Gradle code, I strongly suspect unknown location in that case is referring to some
FileCollection/FileTree
being inspected at configuration time (one of
getFiles()
,
contains(File)
,
visit(FileVisitor)
and
isEmpty()
).
n
Is there a way to figure out where it is declared?
r
I can't think of one (other than debugging the Gradle daemon and stopping at the place where we capture that information :/). We will improve the situation in Gradle 8.3.
👍 2
❤️ 2
thank you 1
m
We will improve the situation in Gradle 8.3.
@Rodrigo Oliveira was the situation improved in 8.3? 😅