Browse Source

Merge branch '2.3.x' into 2.4.x

Closes gh-25042
pull/25047/head
Phillip Webb 5 years ago
parent
commit
ca9b612e27
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/running.adoc

2
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/running.adoc

@ -112,7 +112,7 @@ Gradle allows project properties to be set in a variety of ways, including on th @@ -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…
Cancel
Save