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

Use 'processResources' task instead of 'jar' task for nativeruntime #6874

Merged
merged 1 commit into from Nov 21, 2021

Commits on Nov 20, 2021

  1. Use 'processResources' task instead of 'jar' task for nativeruntime

    The 'processResources' is better designed to copy resources. This solves
    an issue with the 'jar' task rewriting the nativeruntime mac artifacts,
    which have to be placed in the resources folder manually for building
    the uber JAR.
    hoisie committed Nov 20, 2021
    Copy the full SHA
    a606cdc View commit details
    Browse the repository at this point in the history