Copying files in Gradle is very intuitive. ... task copyTaskWithPatterns(type: Copy) { from 'src/main/webapp' into 'build/explodedWar' ...
確定! 回上一頁