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

Add an option to not automatically add BOM #701

Merged
merged 2 commits into from
Apr 24, 2023
Merged

Commits on Apr 24, 2023

  1. Add an option to not automatically add BOM

    This option has (at least) a couple use cases:
    
    1. the issue described in #681, when a user wants to drive the
    Micronaut version from a catalog, or directly in their dependencies
    (although this is probably redundant with #694)
    
    2. we use the Gradle plugins in our module builds, where it's going
    to look for the platform BOM, which is not necessarily what we
    want, since we want to use local versions of projects and possibly
    override transitive versions
    
    Closes #681
    melix committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d716d03 View commit details
    Browse the repository at this point in the history
  2. Add documentation

    melix committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e31937c View commit details
    Browse the repository at this point in the history