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