setArgs

open fun setArgs(applicationArgs: List<String>): JavaExec(source)
open fun setArgs(applicationArgs: Iterable<out Any>): JavaExec(source)

Sets the args for the main class to be executed.