When adding a suite of Native Image features via the features { ... } block, an error surfaces from GraalVM because the args aren't passed correctly:
Error: '--feature=elide.tool.engine.MacLinkageFeature' is not a valid mainclass. Specify a valid classname for the class that contains the main method.
When adding a suite of Native Image features via the
features { ... }block, an error surfaces from GraalVM because the args aren't passed correctly: