-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.2.0 does not work #100
Comments
The example you linked to doesn't have pitest configured, but most likely the problem is that you haven't added junit platform as a dependency for pitest. See the plugin readme for details. |
Yup, I forgot to push after adding and configuring pitest 🤦. You should see the configuration now. |
Your configuration is missing the junit-platform-launcher depedendency. I've updated the readme, let me know if anything isn't clear. |
Where does that dependency typically come from? It's not one I've encountered before. It also isn't in my dependencies when using 1.1.2 of |
Any other input about this issue? |
The Gradle plugin will provide it for you automatically in the future: szpak/gradle-pitest-plugin#337 . It was a change in the PIT itself to deal with some corner cases: hcoles/pitest#1212 |
Yup. Adding |
I cannot run pitest (using version 1.9.11 of
info.solidsoft.gradle.pitest:gradle-pitest-plugin
and version 1.2.0 ofpitest-junit5-plugin
. I get the following error:I have a minimum reproducible example here. If I switch
junit5PluginVersion
to 1.1.2, the task runs successfully.The text was updated successfully, but these errors were encountered: