Update gradle-5/cmd-line-args/build.gradle

Co-authored-by: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
Sorin Zamfir 2020-09-12 18:59:15 +03:00 committed by GitHub
parent 1d5b20e705
commit d910807be2
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ task cmdLineJavaExec(type: JavaExec) {
task cmdLineExec(type: Exec) {
group = "Execution"
description = "Run the an external program with ExecTask"
description = "Run an external program with ExecTask"
commandLine cmdargs.split()
}