This message was deleted.
# community-support
s
This message was deleted.
a
~/.gradle/caches/jars-9
are some build logic instrumented jars while
/.gradle/caches/modules-2
are dependencies. I doubt there is any documentation for jars-9.
t
hm. Can you elaborate on the "instrumented" part?
a
For example for configuration cache Gradle has to detect the
System.getProperty()
in the build logic. So there are some transformations on the build logic so that is possible and result jars are cached in these folders.
t
interesting! Thanks