Merge branch '3.1.x' into 3.2.x

Closes gh-40605
This commit is contained in:
Moritz Halbritter
2024-05-02 10:51:10 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ public class InitCommand extends OptionParsingCommand {
this.packaging = option(Arrays.asList("packaging", "p"), "Project packaging (for example 'jar')")
.withRequiredArg();
this.build = option("build", "Build system to use (for example 'maven' or 'gradle')").withRequiredArg()
.defaultsTo("maven");
.defaultsTo("gradle");
this.format = option("format", "Format of the generated content (for example 'build' for a build file, "
+ "'project' for a project archive)")
.withRequiredArg()