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

Replaced detached configurations with regular configurations #695

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. Replaced detached configurations with regular configurations

    Use of detached configurations is fine if you want it to be an internal
    implementation details. However, we have a use case where it's needed
    to perform dependency substitution on the inlined BOMs. Unfortunately
    such rules are not available from consumers when using detached configurations.
    
    Since here we have a fixed number of configurations, we can turn them into
    regular configurations instead.
    melix committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a0a3e8a View commit details
    Browse the repository at this point in the history