I have a build.gradle script that contains the following task: task copyTask(type: Copy) { from 'filename' into 'dirctoryname' }. And when I run this task ...
確定! 回上一頁