Run Custom Test Task in Gradle without recompiling

自作多情 提交于 2021-02-07 20:21:47

问题


I have a Gradle custom Test task to run my Integration Tests. I would like to be able to run this without Gradle automatically going through all previous phases and just running the test. Is there a way to do this without -x for each build step?

来源:https://stackoverflow.com/questions/28607291/run-custom-test-task-in-gradle-without-recompiling

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!