Skip to content

Commit

Permalink
Update core/deployment/src/main/java/io/quarkus/deployment/configurat…
Browse files Browse the repository at this point in the history
…ion/BuildTimeConfigurationReader.java

Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
  • Loading branch information
radcortez and cescoffier authored Mar 21, 2024
1 parent 303616f commit d2239f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ private SmallRyeConfig getConfigForRuntimeRecording() {
builder.setAddDefaultSources(false)
// Customizers may duplicate sources, but not much we can do about it, we need to run them
.addDiscoveredCustomizers()
// Readd microprofile-config.properties, because we disabled the default sources
// Read microprofile-config.properties, because we disabled the default sources
.withSources(classPathSources(META_INF_MICROPROFILE_CONFIG_PROPERTIES, classLoader));

// TODO - Should we reset quarkus.config.location to not record from these sources?
Expand Down

0 comments on commit d2239f8

Please sign in to comment.