task Task -B () { doFirst { def fileName = _.property('fileName') if (fileName !=null) { dependsOn 'Task-A' } } } 引发错误. Cannot call Task.
確定! 回上一頁