code.quarkus.io
code.quarkus.io copied to clipboard
Additional Presets
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