fun BuildSteps.exec(base: ExecBuildStep? = null, init: ExecBuildStep.() -> Unit = {}): Unit
Adds a build step running the specified executable with given arguments
See Also
ExecBuildStep