Join Slack
Powered by
Hi. I'm declaring custom task with `tasks.register...
# gradle
d
dector
12/28/2018, 12:00 AM
Hi. I'm declaring custom task with
tasks.register("named") {}
in
build.gradle.kts
. Can I get access to
WorkerExecutor
somehow?
g
gildor
12/28/2018, 12:55 AM
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
2
Views
Open in Slack
Previous
Next