Skip to content

Split native metadata per module

Antoine Belvire requested to merge enhancement/split-native-image-config into master

Instead of having all the metadata necessary for GraalVM gathered in croiseur-cli, each library now provides its metadata. This way other applications using these libraries can be natively compiled without having to find and duplicate the metadata from croiseur-cli.

Merge request reports