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

Skip redirected artifacts from version selector #132

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

hvisser
Copy link
Contributor

@hvisser hvisser commented Dec 23, 2023

Relax the null check for current version.
If we don't have a current version, then the resolving process was redirected to a different coordinate, that is not specified in the version catalog. Before it is redirected though, the original coordinate is passed to the version selector, which is all we need and care about.

fixes #129

Relax the null check for current version.
If we don't have a current version, then the resolving process was redirected to a different coordinate, that is not specified in the version catalog.
Before it is redirected though, the original coordinate is passed to the version selector, which is all we need and care about.
@hvisser hvisser merged commit 6b05de7 into main Dec 24, 2023
1 check passed
@hvisser hvisser deleted the fix/module-replacement branch December 24, 2023 15:40
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.

Figure out how to deal with variants
1 participant