Closed mocenas closed 2 days ago
@aloubyansky @gsmet @geoand This looks suspicious. Did we change anything in this area?
Probably :)
I think it warrants a Quarkus issue and investigation. Somehow the parent directory is missing in the zip.
I transferred the issue to the main repo.
@mocenas can you try it with https://github.com/quarkusio/quarkus/pull/44584 . It worked for me but want to make sure.
Trying to build this app on windows 2022, with java 17.0.10. Using command:
mvn clean -Dquarkus.package.jar.type=uber-jar -DskipTests=true -Dquarkus.platform.version=3.16.1 package
It fails on:
Fails with same error with any quarkus build since 3.16.1 including current 999-SNAPSHOT.
Building on linux is not affected by this.