mp
06/24/2019, 9:28 PMrun
task? Since run
is an extension function on everything, configuring the task with a closure is non-obvious. Currently I'm using named<JavaExec>("run")
which is workable but uglymkobit
06/24/2019, 10:03 PMtasks {
(run) {
}
}
i believe is one way that worksmp
06/24/2019, 10:56 PM