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)
Uses Quarkus CodeGenContext to generate code for the given application model. Quarkus does not rely on Javac annotation processors but has its own bespoke process that is fully managed. Adaptation from io.quarkus.gradle.tasks.worker.CodeGenWorker
Uses Quarkus CodeGenContext to generate code for the given application model. Quarkus does not rely on Javac annotation processors but has its own bespoke process that is fully managed. Adaptation from io.quarkus.gradle.tasks.worker.CodeGenWorker