You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the GraalVM website, we recommend to put metadata into directory following this pattern:
foo.jar has its configurations in META-INF/native-image/foo_groupID/foo_artifactID
bar.jar has its configurations in META-INF/native-image/bar_groupID/bar_artifactID
It seems that the metadata-copy copies metadata into just /META-INF/native-image.
Would be great if we could adjust it so that it follows our recommendation.
The text was updated successfully, but these errors were encountered:
Kind of... for gradle we are just suggesting (in our docs) where should user copy metadata files (and we won't have default value for it in the plugin implementation), while maven has actual default directory for metadataCopy task.
On the GraalVM website, we recommend to put metadata into directory following this pattern:
It seems that the
metadata-copy
copies metadata into just/META-INF/native-image
.Would be great if we could adjust it so that it follows our recommendation.
The text was updated successfully, but these errors were encountered: