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

[MCOMPILER-544] don't add items to classpath that are not used for that #198

Merged
merged 1 commit into from
Oct 3, 2023

Commits on Sep 20, 2023

  1. [MCOMPILER-544] don't add items to classpath that are not used for that

    Currently simply all kind of items are added to the classpath leading to
    strange errors in the ECJ compiler plugin because it does not know how
    to handle pom or other possible types.
    
    This adds an additional check to see if the artifact handler actually
    claims the itme should be put on the classpath,
    Christoph Läubrich committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8d3f8cb View commit details
    Browse the repository at this point in the history