从Gradle文档中考虑以下示例(略微简化): task initConfig(type: Copy) { from('src/main/config') { include '**/*.properties' include ...
確定! 回上一頁