Generate JBang config from //Q:CONFIG
#44466
Labels
area/config
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
area/jbang
Issues related to when using jbang.dev with Quarkus
Description
We must propagate the JBang config set by
//Q:CONFIG
. To achieve this, we added asetRuntimeProperties
in theQuarkusBootstrap
builder. Currently, only JBang uses this API, but it is widely available for other pieces (build, tests, etc.).While adding a
setRuntimeProperties
was an easy fix, it may cause issues if someone uses it outside its intended behavior (record runtime properties during build).See:
Implementation ideas
We could eliminate the API by generating config sources for
//Q:CONFIG
instead and attaching them to the project.The text was updated successfully, but these errors were encountered: