Open lolgab opened 3 hours ago
Nowadays it's impossible to make runBackground's args depend on other tasks.
runBackground
args
The workaround is to use runBackgroundTask but UX is not as good as runBackground since you need to also pass the mainClass.
runBackgroundTask
mainClass
Nowadays it's impossible to make
runBackground
'sargs
depend on other tasks.