I want to make tasks dependent on each other in sbt. I want task task2 to execute before task3 . Here's my code : Task1.dependsOn(task3) ...
確定! 回上一頁