Package io.quarkus.runtime
Interface LaunchConfig
Launch.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
rebuild()
If set to true, Quarkus will perform re-augmentation (assuming themutable-jar
package type is used)
-
Method Details
-
rebuild
@WithDefault("false") boolean rebuild()If set to true, Quarkus will perform re-augmentation (assuming themutable-jar
package type is used)
-