Skip to content

Commit ca9b612

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25042
2 parents c86ee4c + 1b908ab commit ca9b612

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Gradle allows project properties to be set in a variety of ways, including on th
112112

113113
[source,bash,indent=0,subs="verbatim,attributes"]
114114
----
115-
$ ./gradlew -Pexample=custom
115+
$ ./gradlew bootRun -Pexample=custom
116116
----
117117

118118
The preceding example sets the value of the `example` project property to `custom`.

0 commit comments

Comments
 (0)