gradle-pitest-plugin
gradle-pitest-plugin copied to clipboard
Passing classpath in file by default
Implemented the following feature request: https://github.com/szpak/gradle-pitest-plugin/issues/237
Have you run gw check funcTest
locally and it passed?
Not yet. I'll fix them on the weekend. :)
@szpak I've fixed the broken test cases by setting the useClasspathFile
as false in the tests (as it was before). And there is one test case when it is true.
Is it ok in this way or should I rewrite all the cases for the new behavior and flip the one exception to set useClasspathFile
to false?