user
tasks.withType<JavaExec> { project.findProperty("exec.args")?.let { execArgs -> args = (execArgs as String).split(" ") } }