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

Move DependencyArtifacts computation into project types #3182

Commits on Dec 8, 2023

  1. Move DependencyArtifacts computation into project types

    Currently DefaultTychoResolver computes the DependencyArtifacts on
    behalf of the TychoProject and then set these into the project using a
    context value, this has several drawbacks, e.g as it introduce ordering
    problem and we need to handle some things special for custom types.
    
    Instead the TychoProject itself should compute the dependencies on
    demand as its concrete implementation knows best how to compute these
    items and can simply do so on first request.
    laeubi committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9367cc8 View commit details
    Browse the repository at this point in the history