Merge branch '2.4.x'

Closes gh-25043
This commit is contained in:
Phillip Webb 2021-01-28 18:57:10 -08:00
commit c76a0f7a81
1 changed files with 1 additions and 1 deletions

View File

@ -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`.