code.quarkus.io icon indicating copy to clipboard operation
code.quarkus.io copied to clipboard

Additional Presets

Open vsevel opened this issue 1 year ago • 0 comments

Provides the ability to express additional presets in configuration Fixes https://github.com/quarkusio/code.quarkus.io/issues/1480 The current approach is to keep the default presets as a constant, and to allow defining more presets in configuration. This allows appending presets to the existing one, and not just replace them. If we want to move the PRESETS constant to configuration, then we would need 2 config variables presets and additional-presets. see also this zulip thread. cc @ia3andy

vsevel avatar Nov 05 '24 09:11 vsevel