build.gradle task copyTask(type: Copy) { from 'src/main/webapp' into 'build/explodedWar' }. from() 方法接收任何 files() 方法支持的参数.
確定! 回上一頁