snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Error message about conflicting container image extensions is wrong #238

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug

When there are multiple container image extensions available, the user needs to select one, or the build fails. An error message explains how the user is meant to select one of the available extensions.

However, the message displayed has a typo that can cause further confusion. Also, it's not obvious where the property should be added.

Expected behavior The message should mention quarkus.container-image.builder

Actual behavior The message should mention quarkus.container-image-builder The last dash should be a dot instead.


https://github.com/quarkusio/quarkus/issues/13946


$upstream:13946$