Document missing code to run Gradle bootRun task
See gh-25012
This commit is contained in:
parent
745dbaff9c
commit
23ecb86089
|
|
@ -112,7 +112,7 @@ Gradle allows project properties to be set in a variety of ways, including on th
|
|||
|
||||
[source,bash,indent=0,subs="verbatim,attributes"]
|
||||
----
|
||||
$ ./gradlew -Pexample=custom
|
||||
$ ./gradlew bootRun -Pexample=custom
|
||||
----
|
||||
|
||||
The preceding example sets the value of the `example` project property to `custom`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue