Closed lkuczborski closed 5 years ago
Set<URL> caused non-deterministic rpath resolution. Changing the collection type to [URL] makes dependency resolution deterministic.
Set<URL>
[URL]
Thanks for the fix! I only updated the PR description to make things clear :)
Set<URL>
caused non-deterministic rpath resolution. Changing the collection type to[URL]
makes dependency resolution deterministic.