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
Describe the issue
Using native-image-maven-plugin 20.3, in my case the command line generated by native-image-maven-plugin is about 15k characters (all the jars) and maven crashes with "The command line is too long."
[INFO] Executing: C:\hostedtoolcache\windows\jdk\11.0.0\x64\bin\native-image.cmd -cp [... many many jars ] --no-fallback --allow-incomplete-classpath -H:Class=com.powsybl.tools.Main -H:Name=olf
The command line is too long.