Skip to content

Commit

Permalink
Change Spring Boot CLI init command docs default build system to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
coursar authored and mhalbritter committed May 2, 2024
1 parent e471710 commit 1a786fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private void projectGenerationOptions() {
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()
Expand Down

0 comments on commit 1a786fc

Please sign in to comment.