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

Support applications with custom packaging types #226

Merged
merged 2 commits into from
Mar 22, 2022
Merged

Commits on Mar 21, 2022

  1. Support applications with custom packaging types

    If an application has a custom packaging type, but its artefact is really a JAR file,
    I will be skipped by the classpath calculation algorithm.
    
    This PR allows the main project artifact to have a different packaging type, which is
    the case of Micronaut applications packaged as native images (`<packaging>native-image</packaging>`).
    alvarosanchez committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b352322 View commit details
    Browse the repository at this point in the history
  2. Add functional test

    alvarosanchez committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e717a34 View commit details
    Browse the repository at this point in the history