Bootstraps a Quarkus Application with the application model provided (usually created by quarkusGenerateApplicationModel). Needs a target directory and a compiled artifact (jar)
Bootstraps a Quarkus Application with the application model provided (usually created by quarkusGenerateApplicationModel). Needs a target directory and a compiled artifact (jar)
Value parameters
applicationModelFile
The path of the serialized application model file
destRunJar
The directory to store the resulting quarkus-run.jar
jar
The jar created by the Mill JavaModule (outside of Quarkus)