Update gradle-5/cmd-line-args/build.gradle
Co-authored-by: KevinGilmore <kpg102@gmail.com>
This commit is contained in:
parent
1d5b20e705
commit
d910807be2
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue