Interface LaunchConfig


@ConfigMapping(prefix="quarkus.launch") @ConfigRoot(phase=RUN_TIME) public interface LaunchConfig
Launch.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If set to true, Quarkus will perform re-augmentation (assuming the mutable-jar package type is used)
  • Method Details

    • rebuild

      @WithDefault("false") boolean rebuild()
      If set to true, Quarkus will perform re-augmentation (assuming the mutable-jar package type is used)