Package io.quarkus.runtime
Interface BuilderConfig
Builder.
This configuration class is here to avoid warnings when using -Dquarkus.builder.=....
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionDump the graph output to a file.Whether to log the cause of a conflict.Metrics()Build metrics configuration.
-
Method Details
-
graphOutput
Dump the graph output to a file. This is useful for debugging. -
logConflictCause
Whether to log the cause of a conflict. -
Metrics
BuilderConfig.Metrics Metrics()Build metrics configuration.
-