gradle 在执行build的时候想跳过test task,那么可以使用-x命令 -x参数用来排除不需要执行的任务$ gradle build -x test:compileJava ...
確定! 回上一頁