Skip to content

Commit 1b908ab

Browse files
committed
Merge pull request #25012 from jongmin92
* pr/25012: Document missing code to run Gradle bootRun task Closes gh-25012
2 parents 745dbaf + 23ecb86 commit 1b908ab

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)