-
Notifications
You must be signed in to change notification settings - Fork 353
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
why junit version has to be explicitly specififed, can the default junit version be used as gradle test similar job #1182
Comments
safe default configurations is the best way to make it more usage friendly. |
This looks to be an issue with the gradle plugin. I suggest you raise this at https://github.com/szpak/gradle-pitest-plugin. |
@nagkumar It's not so trival - the Gradle plugin would need to know what pitest-junit5-plugin versions are compatible with used junit5(-platform) version. Nevertheless, you can crate a future requests in https://github.com/szpak/gradle-pitest-plugin/issues to discuss the possible options. Btw, please appreciate that you have a quite clear error message - "missing pitest plugin for JUnit 5". Nevertheless, maybe this could be improved anyway. |
https://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html can this approach of defining a custom toolchain help here.. just a thought.. not an expert on toolchains though More details at https://docs.gradle.org/current/userguide/toolchains.html |
Any new dependent property is extra, better pickup from what
gradle test
doescurrently in
we have to give junit5PluginVersion , not giving this will results in
The text was updated successfully, but these errors were encountered: