Tony Robalik

Results 429 comments of Tony Robalik

> I haven't checked, but I wonder if there's also a lot of duplication of files in each sub project? Perhaps there could be a single real file in some...

@Mahoney would you be willing to test a snapshot (based on the linked PR) and see what the result is in your environment?

[v2.13.0](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md#version-2130) includes a change that compresses the `exploded-jars.json` file (adding a .gz suffix in addition). Please let me know what the impact of this is when you get a chance,...

> Apologies, been very busy - I'll try and have a look over the weekend. np!

Thanks for the analysis. I think such an effort would be on the larger side, and run into issues of concurrent access, be difficult to manage in an isolated-projects safe...

Completely by accident, I ran into a bug that I just fixed, and this might end up reducing disk usage by eliminating some duplication in the `dependencies/` dirs: https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1405

The plugin doesn't currently have any support for the jvm test suites stuff.

Duplicates https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/1273