Hi. I'm declaring custom task with `tasks.register...
# gradle
d
Hi. I'm declaring custom task with
tasks.register("named") {}
in
build.gradle.kts
. Can I get access to
WorkerExecutor
somehow?
g
I think for this you need own custom class for this task to inject workerececutor, probably you cannot do that with ad-hoc task of default type