问题
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