Skip to content

Conversation

@DibyojyotiS
Copy link
Contributor

Alternatively we can also do the following to select the latest yawk version

details.getCandidates().stream()
    .filter(c -> c.getId().getGroup().equals("at.yawk.lz4"))
    .max(Comparator.comparing(c -> c.getId().getVersion()))
    .ifPresent(details::select);

@DibyojyotiS DibyojyotiS requested a review from a team as a code owner December 16, 2025 11:47
@DibyojyotiS DibyojyotiS merged commit ebc010c into main Dec 16, 2025
1 check passed
@DibyojyotiS DibyojyotiS deleted the add-conflict-res-strat branch December 16, 2025 13:57
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.

4 participants