-
Notifications
You must be signed in to change notification settings - Fork 58
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
junit5PluginVersion = '1.1.2' can the compatiable verstion be picked up from test configuration #334
Comments
How would you like to map the JUnit Platform version with the compatible pitest-junit5-plugin version?
What for the future versions? |
As we can know junit version used using this Kotlin DSL, in my case it is 5.9.2
can we not map this to Junit commons platform as 1.9.2 and junit5PluginVersion to 1.1.2 |
Great. For 1.9.2 it is doable. You bump JUnit Platform 1.10.0 in 2 months - what pitest-junit5-plugin version should be used? |
@szpak in such case we can follow best compatible one for that junit version which would be the 5.9.2 etc.. if we map 1.1.2 for 5+ etc.. same as how node works with compatible dependencies https://stackoverflow.com/questions/22565344/in-package-json-dependency-version ref: |
Another option (I may be wrong here..) as don't know the internal usage of junit5PluginVersion and I assume junit5PluginVersion is not meant to be customized by end users such as me (as a user of pitest) Can we, not add the respective junit plugin dependency in pitest maven repo or define the value of that way, whenever pitest version changes, the correct version of junit5PluginVersion can be used internally. |
instead of explicit on junit5PluginVersion value
can this value not be picked from
As most may not know to such details..
ref: hcoles/pitest#1182
The text was updated successfully, but these errors were encountered: