How to make tasks execute one after another?
Basically I have 4 tasks that I need to run sequentially, but I cannot make them do so, I have to run it one by one on the command line as so: gradle :drmdexsecondary:compileReleaseJava --info --de...