mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-13 21:50:48 +00:00

The plugin introduced some "windows fix"[1] that causes current arg parsing to fail. Solution seems to be to split each arg in own line, but that introduced another set of challenges. [1] https://github.com/graalvm/native-build-tools/pull/609 Supersedes https://github.com/apache/maven-mvnd/pull/1135