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
It would be useful if the script would by default understand Quarkus apps.
I think the "uber-jar" build layout is already supported (but it would have to be tested to be sure), but the other two layouts are not. The "legacy-jar" one always creates two jars (one xxx.jar and one xxx-runner.jar, it's the latter that's needed) plus a lib folder, while the new "fast-jar" option creates an entire folder with a bunch of files (including the dependencies in a lib folder and even a third jar with the fixed name quarkus-app.jar).
The text was updated successfully, but these errors were encountered:
It would be useful if the script would by default understand Quarkus apps.
I think the "uber-jar" build layout is already supported (but it would have to be tested to be sure), but the other two layouts are not. The "legacy-jar" one always creates two jars (one xxx.jar and one xxx-runner.jar, it's the latter that's needed) plus a
lib
folder, while the new "fast-jar" option creates an entire folder with a bunch of files (including the dependencies in alib
folder and even a third jar with the fixed namequarkus-app.jar
).The text was updated successfully, but these errors were encountered: