Open lolgab opened 4 weeks ago
The workaround is to use runBackgroundTask
but UX is not as good as runBackground
since you need to also pass the mainClass
.
We should try to use the .runner()
helper for this as well, IMO the UX is much better with this than passing Task
s around manually (at the cost of some flexibility, which normally isn't an issue)
In that case we still miss an overload called runBackground
that doesn't take the mainClass argument. We can leave this issue open as compact breaker for the Mill 0.13 window
Nowadays it's impossible to make
runBackground
'sargs
depend on other tasks.