Skip to content

Commit

Permalink
Merge pull request #25012 from jongmin92
Browse files Browse the repository at this point in the history
* pr/25012:
  Document missing code to run Gradle bootRun task

Closes gh-25012
  • Loading branch information
philwebb committed Jan 29, 2021
2 parents 745dbaf + 23ecb86 commit 1b908ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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`.
Expand Down

0 comments on commit 1b908ab

Please sign in to comment.