-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1 #44576
Labels
env/windows
Impacts Windows machines
Milestone
Comments
9 tasks
@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. |
gsmet
changed the title
Cannot build on windows into uber-jar since quarkus 3.16.1
Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
Nov 19, 2024
I transferred the issue to the main repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: