gradle - 在多模块构建中不执行doLast ... 以下是我如何配置build.gradle的代码段: ... task build { dependsOn subprojects.build doLast { jacocoRootReport } }
確定! 回上一頁