Skip to content

Commit

Permalink
Define defaultValueDocumentation for builderImage
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Jan 19, 2023
1 parent b163409 commit 48df15c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public boolean isContainerBuild() {
* The docker image to use to do the image build. It can be one of `graalvm`, `mandrel`, or the full image path, e.g.
* {@code quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17}.
*/
@ConfigItem(defaultValue = "${platform.quarkus.native.builder-image}")
@ConfigItem(defaultValue = "${platform.quarkus.native.builder-image}", defaultValueDocumentation = "mandrel")
public String builderImage;

public String getEffectiveBuilderImage() {
Expand Down

0 comments on commit 48df15c

Please sign in to comment.