What is the correct idiom to define an input task that depends on other tasks? I've seen it done this way: myInputTask <<= inputTask { (argTask: TaskKey[A]) ...
確定! 回上一頁