Tony Robalik
Tony Robalik
Thanks for the report.
Not sure if this is a bug, an enhancement, or something I can't do anything about thanks to more fundamental issues with Gradle. Thanks for the issue. Do you think...
https://github.com/autonomousapps/dependency-analysis-gradle-plugin/wiki/FAQ#the-daemon-will-expire-after-the-build-after-running-out-of-jvm-metaspace
Thanks for the issue report. > I haven't tried to reproduce this outside of my codebase. I expect it has something to do with executing under Java 17, and the...
Do you have a minimal reproducer?
This is not actionable without a reproducer or at least a build scan.
Closing as unreproducible.
This issue can happen, in principe, with _any_ dependency. It's not restricted to Guava. It just happens so often with Guava because it is ubiquitous, and it's ubiquitous because it's...
I'm not inclined to 4. The graph-based analysis relies heavily on Guava's Graph API; and this is also part of the DAGP API, useful for plugins built on this plugin....
For the record, Gradle has been making strides to make buildSrc "more like" an included build over time, and the advice I've been giving to migrate away from it _may...