I can not successfully run "mvn package -Pnative" for a quarkus application on a windows 10 home machine. It fails with error "filename is to long". Any ideas anybody? I already acitvated long path names on windows regedit and gpedit ...
The command works for a "hello world" example, so I think the overall configuration is fine. The installed quarkus features are: agroal, cdi, hibernate-orm, jdbc-mysql, mutiny, narayana-jta, resteasy, resteasy-jsonb, security, security-jpa
That's a known issue: https://github.com/oracle/graal/issues/2387
Here is a workaround: https://github.com/quarkusio/quarkus/issues/8850