Skip to content

Commit

Permalink
Document missing code to run Gradle bootRun task
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmin92 authored and philwebb committed Jan 29, 2021
1 parent 745dbaf commit 23ecb86
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 23ecb86

Please sign in to comment.