Commit 6c865f9b authored by Andy Wilkinson's avatar Andy Wilkinson

Polish

See gh-1176
parent 53372d5f
......@@ -45,7 +45,7 @@ include::../gradle/running/application-plugin-main-class-name.gradle[tags=main-c
[[running-your-application-passing-arguments]]
=== Passing arguments to your application
Like all `JavaExec` tasks, arguments can be passed into `bootRun` from the command line
using `--args='<arguments'>` when using Gradle 4.9 or later. For example, to run your
using `--args='<arguments>'` when using Gradle 4.9 or later. For example, to run your
application with a profile named `dev` active the following command can be used:
[source,bash,indent=0,subs="verbatim"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment