ppalaga commented on issue #421: URL: https://github.com/apache/maven-wrapper/issues/421#issuecomment-4450039029
Sounds interesting, @cstamas. Going native may have the disadvantage of having to produce many binaries for different OSes and CPU architectures. In addition to that, GraalVM still does not support all OS x Arch combos where Java is supported. So you most probably end up with some hybrid set of native binaries plus fat jar for non-common platforms. Anyway, how would you distribute those binaries/jar? Not sure embedding them in the end user project's git would be practical. Won't dowloading them from a remote URL re-create a variant of the current problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
