Skip to content

Commit

Permalink
Make IronJacamarBuildtimeConfig visible at runtime too (#121)
Browse files Browse the repository at this point in the history
- Fixes #120
  • Loading branch information
zhfeng authored Aug 1, 2024
1 parent 0fa4f97 commit bd6c37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* The IronJacamar build time configuration.
*/
@ConfigMapping(prefix = "quarkus.ironjacamar")
@ConfigRoot(phase = ConfigPhase.BUILD_TIME)
@ConfigRoot(phase = ConfigPhase.BUILD_AND_RUN_TIME_FIXED)
public interface IronJacamarBuildtimeConfig {

/**
Expand Down

0 comments on commit bd6c37f

Please sign in to comment.