Tony Robalik
Tony Robalik
@eskatos had a [conversation](https://gradle-community.slack.com/archives/CALL1EXGT/p1562752856043700) with @CristianGM in the #performance channel on the Gradle Community Slack that touches on this topic. In that conversation, they were talking about how hard it...
Getting heap dumps remains difficult and poorly documented.
The current flag exists because the output of buildHealth can be extremely large. The output of projectHealth is typically smaller. Still, I see no reason to _not_ provide such a...
Thanks for the issue. How does this impact sorting dependencies?
Are you saying basically, not just sort the names as they currently exist, but change the names and also simultaneously update the version catalog to match those new names (also...
Thanks for the report! `fixDependencies` is a best-effort to provide a way to auto-remediate issues discovered by the plugin. Unfortunately, since build scripts have access to a Full Programming Language,...
Thanks for the issue. This is a really good point and I've often thought about this.
Thanks for the issue. I'm not entirely clear on what the request is. What does this plugin do now, and what should it do differently? The issue title is also...
Essentially all of my work is in a Kotlin environment, where JPMS is not used, therefore I have limited experience with that. I'm happy to attempt to support it here,...