Interface BuilderConfig


@ConfigMapping(prefix="quarkus.builder") @ConfigRoot(phase=RUN_TIME) public interface BuilderConfig
This configuration class is here to avoid warnings when using -Dquarkus.builder.=....
See Also:
  • io.quarkus.builder.BuildChainBuilder
  • Method Details

    • graphOutput

      Optional<String> graphOutput()
      Dump the graph output to a file. This is useful for debugging.
    • logConflictCause

      Optional<Boolean> logConflictCause()
      Whether to log the cause of a conflict.