We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466b0a4 commit c1dd658Copy full SHA for c1dd658
devtools/cli/src/main/java/io/quarkus/cli/image/ImageOptions.java
@@ -9,7 +9,7 @@ public class ImageOptions {
9
10
@CommandLine.Option(order = 3, names = {
11
"--group" }, description = "The group part of the container image. Defaults to the ${user.name}.")
12
- public Optional<String> group = Optional.of(System.getProperty("user.name"));
+ public Optional<String> group = Optional.empty();
13
14
@CommandLine.Option(order = 4, names = {
15
"--name" }, description = "The name part of the container image. Defaults to the ${project.artifactId}.")
0 commit comments