Replies: 2 comments
-
java -jar target/quarkus-app/quarkus-run.jar |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @maxandersen This won't compile the code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an Quarkus command line application.
I am running Quarkus application with
./gradlew quarkusDev
.But problem is that running the above command doesn't exists. It leaves the interactive mode on.
I want to run launch the application and exist without any interactive mode.
Because it is a command line application, I just want it to exist and run once only.
How todo it???
Please help!
Beta Was this translation helpful? Give feedback.
All reactions