I am able to automatically execute a task before compilation with:compile in Compile <<= (compile in Compile).dependsOn(myTask) How do I do the same but ...
確定! 回上一頁