Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure dependencies are sorted deterministically #496

Conversation

francescocervone
Copy link
Contributor

Fixes #491

In some rare cases, the package name in the POM is the same for multiple dependencies, and for some reason those kind of dependencies are sorted non-deterministically.

This PR should stabilize the order of the dependencies by using the dependency id (group:module:version) as fallback, which is supposed to be universally unique.

@jaredsburrows jaredsburrows merged commit 2add721 into jaredsburrows:master May 7, 2024
2 checks passed
@jaredsburrows
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The report generates non deterministic results because of the sorting method used
2 participants