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

[SUREFIRE-2190] Fix module dependencies for compile only dependencies #668

Merged
merged 2 commits into from
Aug 23, 2023

Commits on Aug 19, 2023

  1. [SUREFIRE-2190] Fix module dependencies for compile only dependencies

    Include all modules on the module path to the root modules. This fixes
    test code that uses dependencies that are declared as optional
    (`require static`) for the main artifact to access these dependencies.
    hgschmie committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    229ba28 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    d4d0d85 View commit details
    Browse the repository at this point in the history