szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
214 stars 58 forks source link

Do not produce timestamped reports by default (PIT 1.9.6) #318

Closed szpak closed 1 year ago

szpak commented 2 years ago

Timestamped reports are no longer produced by default by PIT. The plugin should also take it as a default behavior.

https://github.com/hcoles/pitest/pull/1085

szpak commented 1 year ago

The issue description might be misleading. It is a default behavior if PIT 1.9.6 is used. I will keep this issue open to mention that in the changelog.

szpak commented 1 year ago

Included in GPP 1.9.11 which by default uses PIT 1.9.11 with the requested behavior. Thanks @SidB3 for motivating me to dig into that topic :).